aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/network/hive_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/network/hive_test.go')
-rw-r--r--swarm/network/hive_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/network/hive_test.go b/swarm/network/hive_test.go
index fea4347ea..aa7781b72 100644
--- a/swarm/network/hive_test.go
+++ b/swarm/network/hive_test.go
@@ -22,8 +22,8 @@ import (
"testing"
"time"
- p2ptest "github.com/ethereum/go-ethereum/p2p/testing"
- "github.com/ethereum/go-ethereum/swarm/state"
+ p2ptest "github.com/dexon-foundation/dexon/p2p/testing"
+ "github.com/dexon-foundation/dexon/swarm/state"
)
func newHiveTester(t *testing.T, params *HiveParams, n int, store state.Store) (*bzzTester, *Hive) {