From e3b9635d51ec327bf34ff4a7b78f87bdb68347b8 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 29 Apr 2015 09:34:39 -0600 Subject: [PATCH] fix test --- commands/clean_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/clean_test.go b/commands/clean_test.go index 32b53315..6482050b 100644 --- a/commands/clean_test.go +++ b/commands/clean_test.go @@ -47,7 +47,7 @@ func TestCleanSmallFile(t *testing.T) { t.Fatal(err) } - pattern := "git lfs push" + pattern := "git lfs pre-push" if !bytes.Contains(by, []byte(pattern)) { t.Errorf("hook does not contain %s:\n%s", pattern, string(by)) }