cover it in test case

This commit is contained in:
Sina Mahmoodi 2023-09-29 16:44:10 +02:00
parent 100c593ad9
commit 523e3d24fa

View file

@ -1035,6 +1035,8 @@ func TestMulticallV1(t *testing.T) {
From: &randomAccounts[1].addr, From: &randomAccounts[1].addr,
To: &randomAccounts[2].addr, To: &randomAccounts[2].addr,
Value: (*hexutil.Big)(big.NewInt(1000)), Value: (*hexutil.Big)(big.NewInt(1000)),
}, {
To: &randomAccounts[3].addr,
}}, }},
}}, }},
want: []blockRes{{ want: []blockRes{{