Update diff_test.go

Make test naming consistent

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
michael boulton 2020-08-17 08:21:39 +01:00 committed by GitHub
parent 7f3d112fbe
commit d1d3dccd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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