Test: new changes pkg filesystem

This commit is contained in:
HFO4
2022-03-30 20:38:02 +08:00
parent 1c0a735df8
commit d117080991
10 changed files with 385 additions and 302 deletions

View File

@@ -245,6 +245,6 @@ func TestChunkGroup_Process(t *testing.T) {
return errors.New("error")
}))
a.False(c.Next())
a.Equal(1, count)
a.Equal(4, count)
}
}