aboutsummaryrefslogtreecommitdiffstats
path: root/common/big_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/big_test.go')
-rw-r--r--common/big_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/big_test.go b/common/big_test.go
index 0339b4760..5ce9091ec 100644
--- a/common/big_test.go
+++ b/common/big_test.go
@@ -31,7 +31,7 @@ func TestBig_Scan(t *testing.T) {
},
{
name: "scan bytes",
- args: args{src: []byte{0x0a}},
+ args: args{src: []byte{0x31, 0x30}},
value: Big(*big.NewInt(10)),
wantErr: false,
},