Skip to content

Commit

Permalink
Update test_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 13, 2024
1 parent a188e9f commit 8891ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_5/tic_tac_toe_checker/test_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_is_solved(self):
1 if "X" won,
2 if "O" won,
0 if it's a cat's game (i.e. a draw).
:return:
"""
# pylint: disable-msg=R0801
Expand Down

0 comments on commit 8891ec7

Please sign in to comment.