This commit is contained in:
Danny Ryan 2019-06-13 18:03:20 -06:00
parent c391017a05
commit f834f727fa
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ from eth2spec.test.helpers.deposits import prepare_state_and_deposit
from eth2spec.test.context import spec_state_test, with_all_phases
@with_all_phases
@spec_state_test
def test_empty_block_transition(spec, state):
@ -257,7 +256,6 @@ def test_attestation(spec, state):
sign_block(spec, state, epoch_block)
state_transition_and_sign_block(spec, state, epoch_block)
yield 'blocks', [attestation_block, epoch_block], List[spec.BeaconBlock]
yield 'post', state