diff options
Diffstat (limited to 'core/test/block-revealer_test.go')
-rw-r--r-- | core/test/block-revealer_test.go | 6 |
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" ) |