forked from mirror/pkger
fix test
This commit is contained in:
parent
050e38bcd2
commit
0cb6202706
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue