Skip to content

Commit

Permalink
list-ops: change order in append test case description (#1611)
Browse files Browse the repository at this point in the history
* Change order in append test case description

* Bump patch number
  • Loading branch information
wolf99 authored and yawpitch committed Oct 19, 2019
1 parent 4531f54 commit c41a2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/list-ops/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "list-ops",
"version": "2.4.0",
"version": "2.4.1",
"comments": [
"Though there are no specifications here for dealing with large lists,",
"implementers may add tests for handling large lists to ensure that the",
Expand All @@ -20,7 +20,7 @@
"expected": []
},
{
"description": "empty list to list",
"description": "list to empty list",
"property": "append",
"input": {
"list1": [],
Expand Down

0 comments on commit c41a2f0

Please sign in to comment.