aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/app_test.go')
-rw-r--r--core/test/app_test.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/test/app_test.go b/core/test/app_test.go
index 3d1eb57..5310c1b 100644
--- a/core/test/app_test.go
+++ b/core/test/app_test.go
@@ -24,14 +24,14 @@ import (
"testing"
"time"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto/dkg"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/types"
- typesDKG "gitlab.com/byzantine-lab/tangerine-consensus/core/types/dkg"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/utils"
"github.com/stretchr/testify/suite"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto/dkg"
+ "github.com/tangerine-network/tangerine-consensus/core/types"
+ typesDKG "github.com/tangerine-network/tangerine-consensus/core/types/dkg"
+ "github.com/tangerine-network/tangerine-consensus/core/utils"
)
func getCRS(round, reset uint64) []byte {