Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Aug 9, 2024
1 parent 4022984 commit 31de983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 31de983

Please sign in to comment.