pull/514/head
Joran Honig 6 years ago
parent 0e6b2d6d22
commit 514e3e6028
  1. 4
      tests/laser/evm_testsuite/evm_test.py

@ -66,11 +66,9 @@ def test_vmtest(test_name: str, pre_condition: dict, action: dict, post_conditio
# Assert
if 'Suicide' not in test_name and post_condition != {}:
if post_condition != {}:
assert len(laser_evm.open_states) == 1
else:
if 'Suicide' in test_name:
assert 0 == len(laser_evm.open_states)
return
world_state = laser_evm.open_states[0]

Loading…
Cancel
Save