aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/round-event_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/round-event_test.go')
-rw-r--r--integration_test/round-event_test.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/integration_test/round-event_test.go b/integration_test/round-event_test.go
index 03b84fa..006daf1 100644
--- a/integration_test/round-event_test.go
+++ b/integration_test/round-event_test.go
@@ -23,15 +23,15 @@ 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/test"
- "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/test"
+ "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 {