Skip to content

Commit

Permalink
Merge pull request #5 from donat-konan33/dict-api
Browse files Browse the repository at this point in the history
Dict api
  • Loading branch information
ONOKANA8 authored Dec 16, 2024
2 parents e578aad + deb42be commit 281a998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def test_is_invalid(self):

# tests/test_game.py
# [...]
#
#
def test_unknown_word_is_invalid(self):
"""A word that is not in the English dictionary should not be valid"""
new_game = Game()
Expand Down

0 comments on commit 281a998

Please sign in to comment.