aboutsummaryrefslogtreecommitdiffstats
path: root/core/db/level-db_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/db/level-db_test.go')
-rw-r--r--core/db/level-db_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/db/level-db_test.go b/core/db/level-db_test.go
index 8b3c448..ffe44e4 100644
--- a/core/db/level-db_test.go
+++ b/core/db/level-db_test.go
@@ -28,10 +28,10 @@ import (
"github.com/stretchr/testify/suite"
- "github.com/dexon-foundation/dexon-consensus/common"
- "github.com/dexon-foundation/dexon-consensus/core/crypto/dkg"
- "github.com/dexon-foundation/dexon-consensus/core/types"
- "github.com/dexon-foundation/dexon/rlp"
+ "gitlab.com/byzantine-lab/tangerine-consensus/common"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
+ "github.com/byzantine-lab/go-tangerine/rlp"
)
type LevelDBTestSuite struct {