aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/network_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/network_test.go')
-rw-r--r--core/test/network_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/test/network_test.go b/core/test/network_test.go
index 27d25e6..8e93e82 100644
--- a/core/test/network_test.go
+++ b/core/test/network_test.go
@@ -25,11 +25,11 @@ import (
"testing"
"time"
- "github.com/dexon-foundation/dexon-consensus/common"
- "github.com/dexon-foundation/dexon-consensus/core/crypto"
- "github.com/dexon-foundation/dexon-consensus/core/types"
- typesDKG "github.com/dexon-foundation/dexon-consensus/core/types/dkg"
- "github.com/dexon-foundation/dexon-consensus/core/utils"
+ "gitlab.com/byzantine-lab/tangerine-consensus/common"
+ "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
+ "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"
)