diff options
Diffstat (limited to 'swarm/storage/chunker_test.go')
-rw-r--r-- | swarm/storage/chunker_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/chunker_test.go b/swarm/storage/chunker_test.go index 90594d8c1..fc22db001 100644 --- a/swarm/storage/chunker_test.go +++ b/swarm/storage/chunker_test.go @@ -24,7 +24,7 @@ import ( "io" "testing" - "github.com/dexon-foundation/dexon/swarm/testutil" + "github.com/tangerine-network/go-tangerine/swarm/testutil" "golang.org/x/crypto/sha3" ) |