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 d9c10e149..ff59fad4c 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/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core/types"
- "github.com/ethereum/go-ethereum/ethdb"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/core/types"
+ "github.com/dexon-foundation/dexon/ethdb"
)
// Tests that positional lookup metadata can be stored and retrieved.