Update diff_test.go
Make test naming consistent Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
parent
7f3d112fbe
commit
d1d3dccd8a
|
@ -240,7 +240,7 @@ func TestDiffBlobs(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_ApplyDiff_Addfile(t *testing.T) {
|
func TestApplyDiffAddfile(t *testing.T) {
|
||||||
repo := createTestRepo(t)
|
repo := createTestRepo(t)
|
||||||
defer cleanupTestRepo(t, repo)
|
defer cleanupTestRepo(t, repo)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue