diff --git a/core/state/statedb_hooked_test.go b/core/state/statedb_hooked_test.go index ce42e96409..f319b0e63c 100644 --- a/core/state/statedb_hooked_test.go +++ b/core/state/statedb_hooked_test.go @@ -83,8 +83,8 @@ func TestHooks(t *testing.T) { inner.SetTxContext(common.Hash{0x11}, 100) // For the log var result []string var wants = []string{ - "0xaa00000000000000000000000000000000000000.balance: 0->100 (BalanceChangeUnspecified)", - "0xaa00000000000000000000000000000000000000.balance: 100->50 (BalanceChangeTransfer)", + "0xaa00000000000000000000000000000000000000.balance: 0->100 (Unspecified)", + "0xaa00000000000000000000000000000000000000.balance: 100->50 (Transfer)", "0xaa00000000000000000000000000000000000000.nonce: 0->1337", "0xaa00000000000000000000000000000000000000.code: (0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470) ->0x1325 (0xa12ae05590de0c93a00bc7ac773c2fdb621e44f814985e72194f921c0050f728)", "0xaa00000000000000000000000000000000000000.storage slot 0x0000000000000000000000000000000000000000000000000000000000000001: 0x0000000000000000000000000000000000000000000000000000000000000000 ->0x0000000000000000000000000000000000000000000000000000000000000011",