aboutsummaryrefslogtreecommitdiffstats
path: root/common/math/big_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/math/big_test.go')
-rw-r--r--common/math/big_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/math/big_test.go b/common/math/big_test.go
index be9810dc8..97e319c58 100644
--- a/common/math/big_test.go
+++ b/common/math/big_test.go
@@ -22,7 +22,7 @@ import (
"math/big"
"testing"
- "github.com/ethereum/go-ethereum/common"
+ "github.com/dexon-foundation/dexon/common"
)
func TestHexOrDecimal256(t *testing.T) {