Skip to content

Commit

Permalink
Update test_coord.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-hudson authored Jul 19, 2024
1 parent 57c05e2 commit 9cadb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/strategies/test_coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_fixed_random_mix(self):
"""Tests an invalid level of participation on prob selection raises a 'ValueError'"""
gen = default_rng()

children = create_children(numWorkers=1, numAggr=2)
children = create_children(num_workers=1, num_aggrs=2)

with pytest.raises(ValueError):
fixed_random = random_worker_selection(
Expand Down

0 comments on commit 9cadb2f

Please sign in to comment.