diff options
Diffstat (limited to 'dex/recovery_test.go')
-rw-r--r-- | dex/recovery_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dex/recovery_test.go b/dex/recovery_test.go index 8c039db35..27a978488 100644 --- a/dex/recovery_test.go +++ b/dex/recovery_test.go @@ -20,9 +20,9 @@ package dex import ( "testing" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/params" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/params" ) func TestRecoveryVoteTxGeneration(t *testing.T) { |