Skip to content

Commit dc2c828

Browse files
chore: Even more coverage
1 parent 00e43db commit dc2c828

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

op-chain-ops/script/abi_test.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,16 @@ func TestMatchArguments(t *testing.T) {
240240
goTypes: []reflect.Type{reflect.TypeOf(*new([2]*big.Int))},
241241
err: ``,
242242
},
243+
{
244+
abiArguments: abi.Arguments{
245+
{
246+
Name: "",
247+
Type: die(abi.NewType("uint256[2]", "", []abi.ArgumentMarshaling{})),
248+
},
249+
},
250+
goTypes: []reflect.Type{reflect.TypeOf(*new([2]*big.Int))},
251+
err: ``,
252+
},
243253
{
244254
abiArguments: abi.Arguments{
245255
{

0 commit comments

Comments
 (0)