File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def test_get_block_root(current_block_number,
179
179
@pytest .mark .parametrize (
180
180
(
181
181
'num_validators,'
182
- 'cycle_length ,'
182
+ 'epoch_length ,'
183
183
'state_slot,'
184
184
'num_slot,'
185
185
'num_shard_committee_per_slot,'
@@ -239,13 +239,12 @@ def test_get_block_root(current_block_number,
239
239
)
240
240
def test_get_shard_committees_at_slot (
241
241
num_validators ,
242
- cycle_length ,
242
+ epoch_length ,
243
243
state_slot ,
244
244
num_slot ,
245
245
num_shard_committee_per_slot ,
246
246
slot ,
247
247
success ,
248
- epoch_length ,
249
248
sample_shard_committee_params ):
250
249
251
250
shard_committees_at_slots = get_sample_shard_committees_at_slots (
@@ -414,7 +413,7 @@ def mock_get_shard_committees_at_slot(state,
414
413
@pytest .mark .parametrize (
415
414
(
416
415
'num_validators,'
417
- 'cycle_length ,'
416
+ 'epoch_length ,'
418
417
'committee,'
419
418
'slot,'
420
419
'success,'
@@ -439,11 +438,10 @@ def mock_get_shard_committees_at_slot(state,
439
438
def test_get_beacon_proposer_index (
440
439
monkeypatch ,
441
440
num_validators ,
442
- cycle_length ,
441
+ epoch_length ,
443
442
committee ,
444
443
slot ,
445
444
success ,
446
- epoch_length ,
447
445
sample_state ):
448
446
449
447
from eth .beacon import helpers
You can’t perform that action at this time.
0 commit comments