Skip to content

Commit 3dc7acd

Browse files
committed
test anagram version
1 parent 6851229 commit 3dc7acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/anagram/anagram_test.py

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

55

6-
# test cases adapted from `x-common//canonical-data.json` @ version: 1.0.1
6+
# test cases adapted from `x-common//canonical-data.json` @ version: 1.0.0
77

88
class AnagramTests(unittest.TestCase):
99
def test_no_matches(self):

0 commit comments

Comments
 (0)