internal/ethapi: fix state override test (#30228)

Looks like #30094 became a bit stale after #30185 was merged and now we
have a stale ref to a state override object causing CI to fail on
master.
This commit is contained in:
lightclient 2024-07-25 21:02:37 -06:00 committed by GitHub
parent ac0f220040
commit f94baab238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ func TestCall(t *testing.T) {
}, },
overrides: StateOverride{ overrides: StateOverride{
dad: OverrideAccount{ dad: OverrideAccount{
State: &map[common.Hash]common.Hash{}, State: map[common.Hash]common.Hash{},
}, },
}, },
want: "0x0000000000000000000000000000000000000000000000000000000000000000", want: "0x0000000000000000000000000000000000000000000000000000000000000000",