Skip to content

Commit

Permalink
Fix test to work with dummy player case
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Apr 19, 2024
1 parent 431eac1 commit d469d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions live_bargaining/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def test_invalid_input(method):
2,
{
"type": "propose",
"members": [True, True, False],
"allocations": [50, 50, 0],
"members": [True, False, True],
"allocations": [50, 0, 50],
},
)
expect(
Expand Down

0 comments on commit d469d1a

Please sign in to comment.