Skip to content

Commit fec57db

Browse files
thomasjpfancmccandless
authored andcommitted
update-word-search: updates tests to v1.2.1 (exercism#1487)
Resolves exercism#1439. From v1.2.0 to v1.2.1, only the comments changed: exercism/problem-specifications@2b02251
1 parent fcbea93 commit fec57db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/word-search/word_search_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from word_search import WordSearch, Point
44

55

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

88
class WordSearchTest(unittest.TestCase):
99

0 commit comments

Comments
 (0)