From d1d3dccd8a123a41e199ae8c92098df8930fddf2 Mon Sep 17 00:00:00 2001 From: michael boulton <61595820+mbfr@users.noreply.github.com> Date: Mon, 17 Aug 2020 08:21:39 +0100 Subject: [PATCH] Update diff_test.go Make test naming consistent Co-authored-by: lhchavez --- diff_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)