From d469d1a20d304af577654638e3074d45ab28f217 Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Fri, 19 Apr 2024 15:33:57 +0200 Subject: [PATCH] Fix test to work with dummy player case --- live_bargaining/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live_bargaining/tests.py b/live_bargaining/tests.py index 49c7057..03980db 100644 --- a/live_bargaining/tests.py +++ b/live_bargaining/tests.py @@ -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(