mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/storage/localstore: fix TestDB_LastPullSubscriptionChunk
This commit is contained in:
parent
6c980ff9c4
commit
528b581d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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++ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue