aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/swarm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/swarm_test.go')
-rw-r--r--swarm/swarm_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/swarm/swarm_test.go b/swarm/swarm_test.go
index d85eb9118..0fe586634 100644
--- a/swarm/swarm_test.go
+++ b/swarm/swarm_test.go
@@ -28,10 +28,10 @@ import (
"testing"
"time"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/crypto"
- "github.com/ethereum/go-ethereum/rpc"
- "github.com/ethereum/go-ethereum/swarm/api"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/crypto"
+ "github.com/dexon-foundation/dexon/rpc"
+ "github.com/dexon-foundation/dexon/swarm/api"
)
// TestNewSwarm validates Swarm fields in repsect to the provided configuration.