diff --git a/commands/status_test.go b/commands/status_test.go index 93d1b95b..6080bec1 100644 --- a/commands/status_test.go +++ b/commands/status_test.go @@ -16,7 +16,7 @@ func TestStatus(t *testing.T) { path := filepath.Join(".git", "info", "attributes") repo.WriteFile(path, "*.dat filter=lfs -crlf\n") - // Add a hawser file + // Add a Git LFS file repo.WriteFile(filepath.Join(repo.Path, "file1.dat"), "some data") repo.GitCmd("add", "file1.dat") repo.GitCmd("commit", "-m", "a")