Skip to content

Commit

Permalink
update-word-search: updates tests to v1.2.1 (#1487)
Browse files Browse the repository at this point in the history
Resolves #1439. From v1.2.0 to v1.2.1, only the comments changed: exercism/problem-specifications@2b02251
  • Loading branch information
thomasjpfan authored and cmccandless committed Aug 27, 2018
1 parent fcbea93 commit fec57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/word-search/word_search_test.py
Expand Up @@ -3,7 +3,7 @@
from word_search import WordSearch, Point


# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.1

class WordSearchTest(unittest.TestCase):

Expand Down

0 comments on commit fec57db

Please sign in to comment.