aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/hasherstore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/hasherstore_test.go')
-rw-r--r--swarm/storage/hasherstore_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/storage/hasherstore_test.go b/swarm/storage/hasherstore_test.go
index 22cf98d0e..2948024b7 100644
--- a/swarm/storage/hasherstore_test.go
+++ b/swarm/storage/hasherstore_test.go
@@ -21,9 +21,9 @@ import (
"context"
"testing"
- "github.com/ethereum/go-ethereum/swarm/storage/encryption"
+ "github.com/dexon-foundation/dexon/swarm/storage/encryption"
- "github.com/ethereum/go-ethereum/common"
+ "github.com/dexon-foundation/dexon/common"
)
func TestHasherStore(t *testing.T) {