X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Ftests%2Ftest_actions.py;fp=naja%2Ftests%2Ftest_actions.py;h=02c07964342df9f4d06ee6c7cca4427d49e62edd;hb=2a950900b3b7ae9514e5351c3a07903611b9153e;hp=d903648cc626914e96aab9940ae7cbf57441e892;hpb=74d4017fa5fab71e17062e79399a38d039630a97;p=naja.git diff --git a/naja/tests/test_actions.py b/naja/tests/test_actions.py index d903648..02c0796 100644 --- a/naja/tests/test_actions.py +++ b/naja/tests/test_actions.py @@ -129,7 +129,7 @@ class TestActions(TestCase): def test_AcquireWinToken(self): board = self.make_board( - player_bits=[BITS.CYAN, BITS.MAGENTA, BITS.YELLOW, BITS.MSB]) + player_bits=[BITS.CYAN, BITS.MAGENTA, BITS.YELLOW]) state_before = board.export() actions.AcquireWinToken(set()).perform_action(board, None) state_after = board.export()