diff --git a/tests/test.py b/tests/test.py index f1f86f8d1..3ea4605eb 100644 --- a/tests/test.py +++ b/tests/test.py @@ -239,7 +239,7 @@ async def play_random(self, game): move = random.choice(game.legal_moves) await game.play_move(move) - async def xxxtest_game_play(self): + async def test_game_play(self): """Playtest test_player vs Random-Mover""" app_state = get_app_state(self.app) for i, variant in enumerate(VARIANTS):