Replace Hawser reference with Git LFS in comment

Just improves readability of test :)
This commit is contained in:
Lee Reilly 2015-04-06 13:36:50 -07:00
parent 8b0e55ab64
commit 94f238c027

@ -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")