This commit is contained in:
Sina Mahmoodi 2025-03-26 16:12:03 +01:00
parent 6f8df04a3e
commit 69bc58f5cd

View file

@ -3598,9 +3598,7 @@ 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)
} }