diff options
Diffstat (limited to 'swarm/storage/hasherstore_test.go')
-rw-r--r-- | swarm/storage/hasherstore_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/storage/hasherstore_test.go b/swarm/storage/hasherstore_test.go index 2948024b7..0b9d77653 100644 --- a/swarm/storage/hasherstore_test.go +++ b/swarm/storage/hasherstore_test.go @@ -21,9 +21,9 @@ import ( "context" "testing" - "github.com/dexon-foundation/dexon/swarm/storage/encryption" + "github.com/tangerine-network/go-tangerine/swarm/storage/encryption" - "github.com/dexon-foundation/dexon/common" + "github.com/tangerine-network/go-tangerine/common" ) func TestHasherStore(t *testing.T) { |