aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/mock/test/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/mock/test/test.go')
-rw-r--r--swarm/storage/mock/test/test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/storage/mock/test/test.go b/swarm/storage/mock/test/test.go
index 69828b144..764ed1528 100644
--- a/swarm/storage/mock/test/test.go
+++ b/swarm/storage/mock/test/test.go
@@ -25,9 +25,9 @@ import (
"strconv"
"testing"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/swarm/storage"
- "github.com/ethereum/go-ethereum/swarm/storage/mock"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/swarm/storage"
+ "github.com/dexon-foundation/dexon/swarm/storage/mock"
)
// MockStore creates NodeStore instances from provided GlobalStorer,