swarm/storage/localstore: fix TestDB_LastPullSubscriptionChunk

This commit is contained in:
Janos Guljas 2019-02-28 08:23:44 +01:00
parent 6c980ff9c4
commit 528b581d8d

View file

@ -510,7 +510,7 @@ func TestDB_LastPullSubscriptionChunk(t *testing.T) {
// do a few rounds of uploads and check if
// last pull subscription chunk is correct
for _, count := range []int{1, 1, 10, 10, 100, 100} {
for _, count := range []int{1, 3, 10, 11, 100, 120} {
// upload
for i := 0; i < count; i++ {