mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +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
|
||||
expected := &types.AccessList{{
|
||||
Address: contractAddr,
|
||||
StorageKeys: []common.Hash{
|
||||
common.Hash{},
|
||||
},
|
||||
Address: contractAddr,
|
||||
StorageKeys: []common.Hash{{}},
|
||||
}}
|
||||
require.Equal(t, expected, result.Accesslist)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue