mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 04:04:19 +00:00
fix missing imports from earlier code suggestion
This commit is contained in:
parent
73f0f74fb0
commit
321baf79f4
@ -104,7 +104,7 @@ def test_single_crosslink_update_from_previous_epoch(state):
|
||||
|
||||
@spec_state_test
|
||||
def test_double_late_crosslink(state):
|
||||
if get_epoch_committee_count(state, get_current_epoch(state)) < spec.SHARD_COUNT:
|
||||
if spec.get_epoch_committee_count(state, spec.get_current_epoch(state)) < spec.SHARD_COUNT:
|
||||
print("warning: ignoring test, test-assumptions are incompatible with configuration")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user