diff options
Diffstat (limited to 'accounts/abi/unpack_test.go')
-rw-r--r-- | accounts/abi/unpack_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/abi/unpack_test.go b/accounts/abi/unpack_test.go index 26fe1b8c8..fac65cbc6 100644 --- a/accounts/abi/unpack_test.go +++ b/accounts/abi/unpack_test.go @@ -26,8 +26,8 @@ import ( "strings" "testing" - "github.com/dexon-foundation/dexon/common" "github.com/stretchr/testify/require" + "github.com/tangerine-network/go-tangerine/common" ) type unpackTest struct { |