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 432d69c..7ae42bf 100644
--- a/core/test/block-revealer_test.go
+++ b/core/test/block-revealer_test.go
@@ -20,10 +20,10 @@ package test
import (
"testing"
- "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"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/db"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
)
type BlockRevealerTestSuite struct {