aboutsummaryrefslogtreecommitdiffstats
path: root/core/crypto/ecdsa/ecdsa_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto/ecdsa/ecdsa_test.go')
-rw-r--r--core/crypto/ecdsa/ecdsa_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/crypto/ecdsa/ecdsa_test.go b/core/crypto/ecdsa/ecdsa_test.go
index 58c35ca..1198c04 100644
--- a/core/crypto/ecdsa/ecdsa_test.go
+++ b/core/crypto/ecdsa/ecdsa_test.go
@@ -20,9 +20,9 @@ package ecdsa
import (
"testing"
- "gitlab.com/byzantine-lab/tangerine-consensus/common"
- "gitlab.com/byzantine-lab/tangerine-consensus/core/crypto"
"github.com/stretchr/testify/suite"
+ "github.com/tangerine-network/tangerine-consensus/common"
+ "github.com/tangerine-network/tangerine-consensus/core/crypto"
)
type ETHCryptoTestSuite struct {