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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/network/simulation/bucket_test.go b/swarm/network/simulation/bucket_test.go
index 2273d35a2..148745d9c 100644
--- a/swarm/network/simulation/bucket_test.go
+++ b/swarm/network/simulation/bucket_test.go
@@ -20,8 +20,8 @@ import (
"sync"
"testing"
- "github.com/ethereum/go-ethereum/node"
- "github.com/ethereum/go-ethereum/p2p/simulations/adapters"
+ "github.com/dexon-foundation/dexon/node"
+ "github.com/dexon-foundation/dexon/p2p/simulations/adapters"
)
// TestServiceBucket tests all bucket functionality using subtests.