mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
lint
This commit is contained in:
parent
6f8df04a3e
commit
69bc58f5cd
1 changed files with 2 additions and 4 deletions
|
|
@ -3597,10 +3597,8 @@ func TestCreateAccessListWithStateOverrides(t *testing.T) {
|
||||||
|
|
||||||
// Verify access list contains the contract address and storage slot
|
// Verify access list contains the contract address and storage slot
|
||||||
expected := &types.AccessList{{
|
expected := &types.AccessList{{
|
||||||
Address: contractAddr,
|
Address: contractAddr,
|
||||||
StorageKeys: []common.Hash{
|
StorageKeys: []common.Hash{{}},
|
||||||
common.Hash{},
|
|
||||||
},
|
|
||||||
}}
|
}}
|
||||||
require.Equal(t, expected, result.Accesslist)
|
require.Equal(t, expected, result.Accesslist)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue