aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/block-revealer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/block-revealer_test.go')
-rw-r--r--core/test/block-revealer_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/test/block-revealer_test.go b/core/test/block-revealer_test.go
index dd2aeb8..432d69c 100644
--- a/core/test/block-revealer_test.go
+++ b/core/test/block-revealer_test.go
@@ -20,9 +20,9 @@ package test
import (
"testing"
- "github.com/dexon-foundation/dexon-consensus/common"
- "github.com/dexon-foundation/dexon-consensus/core/db"
- "github.com/dexon-foundation/dexon-consensus/core/types"
+ "gitlab.com/byzantine-lab/tangerine-consensus/common"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/db"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
"github.com/stretchr/testify/suite"
)