diff --git a/tests/test_game.py b/tests/test_game.py index a56d586..0cd502f 100644 --- a/tests/test_game.py +++ b/tests/test_game.py @@ -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()