aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulation/bucket_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/network/simulation/bucket_test.go')
-rw-r--r--swarm/network/simulation/bucket_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/simulation/bucket_test.go b/swarm/network/simulation/bucket_test.go
index 69df19bfe..2273d35a2 100644
--- a/swarm/network/simulation/bucket_test.go
+++ b/swarm/network/simulation/bucket_test.go
@@ -24,7 +24,7 @@ import (
"github.com/ethereum/go-ethereum/p2p/simulations/adapters"
)
-// TestServiceBucket tests all bucket functionalities using subtests.
+// TestServiceBucket tests all bucket functionality using subtests.
// It constructs a simulation of two nodes by adding items to their buckets
// in ServiceFunc constructor, then by SetNodeItem. Testing UpNodesItems
// is done by stopping one node and validating availability of its items.