mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Update test_libs/pyspec/eth2spec/test/epoch_processing/test_process_crosslinks.py
Co-Authored-By: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
parent
4690bcf682
commit
f2e3cd01aa
@ -104,7 +104,7 @@ def test_single_crosslink_update_from_previous_epoch(state):
|
|||||||
|
|
||||||
@spec_state_test
|
@spec_state_test
|
||||||
def test_double_late_crosslink(state):
|
def test_double_late_crosslink(state):
|
||||||
if spec.SLOTS_PER_EPOCH < spec.SHARD_COUNT:
|
if get_epoch_committee_count(state, get_current_epoch(state)) < spec.SHARD_COUNT:
|
||||||
print("warning: ignoring test, test-assumptions are incompatible with configuration")
|
print("warning: ignoring test, test-assumptions are incompatible with configuration")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user