This commit is contained in:
Rick Olson 2015-04-29 09:34:39 -06:00
parent 3321cccd1c
commit e3b9635d51

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