mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix: ci failed
This commit is contained in:
parent
a1d592f085
commit
142712cf5d
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ func TestDecimalUnmarshalJSON(t *testing.T) {
|
|||
{
|
||||
name: "valid number MaxInt64 string",
|
||||
d: &d,
|
||||
args: args{[]byte(fmt.Sprintf(`"%d"`, math.MaxInt64))},
|
||||
args: args{[]byte(fmt.Sprintf(`"%d"`, int64(math.MaxInt64)))},
|
||||
wantErr: false,
|
||||
expectedVal: math.MaxInt64,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue