aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/state-change-request_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/state-change-request_test.go')
-rw-r--r--core/test/state-change-request_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/state-change-request_test.go b/core/test/state-change-request_test.go
index 225d4cd..1f38090 100644
--- a/core/test/state-change-request_test.go
+++ b/core/test/state-change-request_test.go
@@ -20,8 +20,8 @@ package test
import (
"testing"
- typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg"
"github.com/stretchr/testify/suite"
+ typesDKG "github.com/tangerine-network/tangerine-consensus/core/types/dkg"
)
type StateChangeRequestTestSuite struct {