Skip to content

Commit fea5847

Browse files
committed
Update unit test
1 parent ebc8b25 commit fea5847

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/core/pyspec/eth2spec/test/phase0/unittests/validator/test_validator_unittest.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,7 @@ def test_get_aggregate_and_proof_signature(spec, state):
486486

487487
def run_compute_subscribed_subnets_arguments(spec, rng=random.Random(1111)):
488488
node_id = rng.randint(0, 2**256 - 1)
489-
epoch = rng.randint(0, 2**64 - 1)
490-
subnets = spec.compute_subscribed_subnets(node_id, epoch)
489+
subnets = spec.compute_subscribed_subnets(node_id)
491490
assert len(subnets) == spec.config.SUBNETS_PER_NODE
492491

493492

0 commit comments

Comments
 (0)