aboutsummaryrefslogtreecommitdiffstats
path: root/core/rawdb/accessors_indexes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/rawdb/accessors_indexes_test.go')
-rw-r--r--core/rawdb/accessors_indexes_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/rawdb/accessors_indexes_test.go b/core/rawdb/accessors_indexes_test.go
index ff59fad4c..f5d8b36f9 100644
--- a/core/rawdb/accessors_indexes_test.go
+++ b/core/rawdb/accessors_indexes_test.go
@@ -20,9 +20,9 @@ import (
"math/big"
"testing"
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/core/types"
- "github.com/dexon-foundation/dexon/ethdb"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/core/types"
+ "github.com/tangerine-network/go-tangerine/ethdb"
)
// Tests that positional lookup metadata can be stored and retrieved.