diff --git a/diff_test.go b/diff_test.go index 2891615..020ec7f 100644 --- a/diff_test.go +++ b/diff_test.go @@ -240,7 +240,7 @@ func TestDiffBlobs(t *testing.T) { } } -func Test_ApplyDiff_Addfile(t *testing.T) { +func TestApplyDiffAddfile(t *testing.T) { repo := createTestRepo(t) defer cleanupTestRepo(t, repo)