diff options
Diffstat (limited to 'swarm/storage/localstore/index_test.go')
-rw-r--r-- | swarm/storage/localstore/index_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/localstore/index_test.go b/swarm/storage/localstore/index_test.go index 326b8d9f2..3a9a72f36 100644 --- a/swarm/storage/localstore/index_test.go +++ b/swarm/storage/localstore/index_test.go @@ -21,7 +21,7 @@ import ( "math/rand" "testing" - "github.com/dexon-foundation/dexon/swarm/storage" + "github.com/tangerine-network/go-tangerine/swarm/storage" ) // TestDB_pullIndex validates the ordering of keys in pull index. |