Skip to content

Commit

Permalink
Change anagram test case input to remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
olapokon committed Sep 5, 2023
1 parent dbeaf6d commit 6a9976d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/anagram/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"property": "findAnagrams",
"input": {
"subject": "go",
"candidates": ["go Go GO"]
"candidates": ["goGoGO"]
},
"expected": []
},
Expand Down

0 comments on commit 6a9976d

Please sign in to comment.