Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesfox1 committed Apr 11, 2021
1 parent b038989 commit 5f78703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_random_macidbase(

@pytest.mark.parametrize(
"number_of_nodes,number_of_agents,max_decisions_for_agent,max_utilities_for_agent",
[(10, 2, 1, 1), (14, 3, 1, 2), (18, 3, 2, 2)],
[(10, 2, 1, 1), (14, 2, 1, 2), (18, 3, 2, 2)],
)
def test_random_macid(
number_of_nodes: int,
Expand Down

0 comments on commit 5f78703

Please sign in to comment.