Skip to content

Commit

Permalink
anagram: Rename duplicated test case description (#671)
Browse files Browse the repository at this point in the history

There are some tracks that generate their test suits and use the description field as name for the test function/method.

* Bump version number
  • Loading branch information
behrtam authored and rbasso committed Mar 10, 2017
1 parent 741d179 commit 196fc1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/anagram/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "anagram",
"version": "1.0.0",
"version": "1.0.1",
"comments": [
"The string argument cases possible matches are passed in as",
"individual arguments rather than arrays. Languages can include",
Expand Down Expand Up @@ -30,7 +30,7 @@
"expected": []
},
{
"description": "detects multiple anagrams",
"description": "detects two anagrams",
"property": "anagrams",
"subject": "master",
"candidates": ["stream", "pigeon", "maters"],
Expand All @@ -51,7 +51,7 @@
"expected": ["inlets"]
},
{
"description": "detects multiple anagrams",
"description": "detects three anagrams",
"property": "anagrams",
"subject": "allergy",
"candidates": [ "gallery",
Expand Down

0 comments on commit 196fc1a

Please sign in to comment.