Skip to content

Commit c41a2f0

Browse files
wolf99yawpitch
authored andcommitted
list-ops: change order in append test case description (#1611)
* Change order in append test case description * Bump patch number
1 parent 4531f54 commit c41a2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/list-ops/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exercise": "list-ops",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"comments": [
55
"Though there are no specifications here for dealing with large lists,",
66
"implementers may add tests for handling large lists to ensure that the",
@@ -20,7 +20,7 @@
2020
"expected": []
2121
},
2222
{
23-
"description": "empty list to list",
23+
"description": "list to empty list",
2424
"property": "append",
2525
"input": {
2626
"list1": [],

0 commit comments

Comments
 (0)