Player position is always a valid move.
[naja.git] / naja / tests / test_actions.py
index d903648cc626914e96aab9940ae7cbf57441e892..02c07964342df9f4d06ee6c7cca4427d49e62edd 100644 (file)
@@ -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()