aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/simulation/events_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/network/simulation/events_test.go')
-rw-r--r--swarm/network/simulation/events_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/network/simulation/events_test.go b/swarm/network/simulation/events_test.go
index 0c185d977..34ef24ed4 100644
--- a/swarm/network/simulation/events_test.go
+++ b/swarm/network/simulation/events_test.go
@@ -59,7 +59,7 @@ func TestPeerEvents(t *testing.T) {
}
}()
- err = sim.ConnectNodesChain(sim.NodeIDs())
+ err = sim.Net.ConnectNodesChain(sim.NodeIDs())
if err != nil {
t.Fatal(err)
}