aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/stream/snapshot_retrieval_test.go
diff options
context:
space:
mode:
authorlash <nolash@users.noreply.github.com>2018-11-27 00:13:59 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2018-11-27 00:13:59 +0800
commit1cd007ecae437f5cc54a026e592edfad642a0b69 (patch)
tree07f5b68365cca5d8be1ba69d9ab1b475ff4613e0 /swarm/network/stream/snapshot_retrieval_test.go
parentbba5fd81921ee700388b4db72db3240d32576b6c (diff)
downloadgo-tangerine-1cd007ecae437f5cc54a026e592edfad642a0b69.tar.gz
go-tangerine-1cd007ecae437f5cc54a026e592edfad642a0b69.tar.zst
go-tangerine-1cd007ecae437f5cc54a026e592edfad642a0b69.zip
swarm/network: Correct neighborhood depth (#18066)
Diffstat (limited to 'swarm/network/stream/snapshot_retrieval_test.go')
-rw-r--r--swarm/network/stream/snapshot_retrieval_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/swarm/network/stream/snapshot_retrieval_test.go b/swarm/network/stream/snapshot_retrieval_test.go
index 5ea0b1511..932e28b32 100644
--- a/swarm/network/stream/snapshot_retrieval_test.go
+++ b/swarm/network/stream/snapshot_retrieval_test.go
@@ -246,6 +246,7 @@ simulation's `action` function.
The snapshot should have 'streamer' in its service list.
*/
func runRetrievalTest(chunkCount int, nodeCount int) error {
+
sim := simulation.New(retrievalSimServiceMap)
defer sim.Close()