Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Apr 30, 2024
1 parent ebc8b25 commit fea5847
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,7 @@ def test_get_aggregate_and_proof_signature(spec, state):

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


Expand Down

0 comments on commit fea5847

Please sign in to comment.