diff options
Diffstat (limited to 'tests/difficulty_test.go')
-rw-r--r-- | tests/difficulty_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index 954687b46..a91a11665 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -20,8 +20,8 @@ import ( "math/big" "testing" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/params" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/params" ) var ( |