More diff functionality #629

Merged
mbfr merged 24 commits from feature-diff-extra into master 2020-08-18 08:14:03 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d1d3dccd8a - Show all commits

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)