mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +00:00
implement post error check in test_vm_json
This commit is contained in:
parent
17c95f3f82
commit
cd1778d498
@ -93,5 +93,5 @@ proc testFixture(fixtures: JsonNode, testStatusIMPL: var TestStatus) =
|
|||||||
else:
|
else:
|
||||||
# Error checks
|
# Error checks
|
||||||
check(computation.isError)
|
check(computation.isError)
|
||||||
# TODO postState = fixture{"pre"}
|
if not fixture{"pre"}.isNil:
|
||||||
|
verifyStateDb(fixture{"pre"}, computation.vmState.readOnlyStateDB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user