Skip to content

Commit

Permalink
series: remove redundant test case
Browse files Browse the repository at this point in the history
"slices of two with nonsequential numbers" is performing the same test as "slices of two".
  • Loading branch information
rpottsoh committed Apr 18, 2018
1 parent 41c9c6e commit 5cbb311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions exercises/series/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
{
"description": "slices of two",
"property": "slices",
"input": {
"series": "12",
"sliceLength": 2
},
"expected": ["12"]
},
{
"description": "slices of two with nonsequential numbers",
"property": "slices",
"input": {
"series": "35",
"sliceLength": 2
Expand Down

0 comments on commit 5cbb311

Please sign in to comment.