From c41a2f027a5c3715251251f5fda7a59dd45d8569 Mon Sep 17 00:00:00 2001 From: wolf99 Date: Sat, 19 Oct 2019 19:23:02 +0100 Subject: [PATCH] list-ops: change order in append test case description (#1611) * Change order in append test case description * Bump patch number --- exercises/list-ops/canonical-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/list-ops/canonical-data.json b/exercises/list-ops/canonical-data.json index bd59f53a18..96b5f11ebb 100644 --- a/exercises/list-ops/canonical-data.json +++ b/exercises/list-ops/canonical-data.json @@ -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", @@ -20,7 +20,7 @@ "expected": [] }, { - "description": "empty list to list", + "description": "list to empty list", "property": "append", "input": { "list1": [],