From 528b581d8d5e7429384d84e8589714286c59ce85 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Thu, 28 Feb 2019 08:23:44 +0100 Subject: [PATCH] swarm/storage/localstore: fix TestDB_LastPullSubscriptionChunk --- swarm/storage/localstore/subscription_pull_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/storage/localstore/subscription_pull_test.go b/swarm/storage/localstore/subscription_pull_test.go index eaf7975a4d..d5ddae02b9 100644 --- a/swarm/storage/localstore/subscription_pull_test.go +++ b/swarm/storage/localstore/subscription_pull_test.go @@ -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++ {