This commit is contained in:
Mark Bates 2019-09-22 12:56:22 -04:00
parent 050e38bcd2
commit 0cb6202706
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func Test_Walk(t *testing.T) {
}) })
r.NoError(err) r.NoError(err)
r.Len(files, 20) r.True(len(files) > 10)
} }
func Test_Remove(t *testing.T) { func Test_Remove(t *testing.T) {