Skip to content

Commit

Permalink
test anagram version
Browse files Browse the repository at this point in the history
  • Loading branch information
behrtam committed Apr 6, 2017
1 parent 6851229 commit 3dc7acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/anagram/anagram_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from anagram import detect_anagrams


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

class AnagramTests(unittest.TestCase):
def test_no_matches(self):
Expand Down

0 comments on commit 3dc7acd

Please sign in to comment.