diff options
Diffstat (limited to 'swarm/network/simulation/bucket_test.go')
-rw-r--r-- | swarm/network/simulation/bucket_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/network/simulation/bucket_test.go b/swarm/network/simulation/bucket_test.go index 148745d9c..1f0e2e5aa 100644 --- a/swarm/network/simulation/bucket_test.go +++ b/swarm/network/simulation/bucket_test.go @@ -20,8 +20,8 @@ import ( "sync" "testing" - "github.com/dexon-foundation/dexon/node" - "github.com/dexon-foundation/dexon/p2p/simulations/adapters" + "github.com/tangerine-network/go-tangerine/node" + "github.com/tangerine-network/go-tangerine/p2p/simulations/adapters" ) // TestServiceBucket tests all bucket functionality using subtests. |