aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/transport_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/transport_test.go')
-rw-r--r--core/test/transport_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/test/transport_test.go b/core/test/transport_test.go
index e2c64c8..c5dce7c 100644
--- a/core/test/transport_test.go
+++ b/core/test/transport_test.go
@@ -26,9 +26,9 @@ import (
"testing"
"time"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "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/types"
)
type testPeer struct {