From 4fd8b22b58142a31e0c6eb1fba428b425cecb9a8 Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Sat, 25 May 2024 08:11:34 -0400 Subject: [PATCH] Queen Attack - Fix test names and errors for non-negative position requirements --- exercises/queen-attack/canonical-data.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exercises/queen-attack/canonical-data.json b/exercises/queen-attack/canonical-data.json index a79e7c141b..36883de0af 100644 --- a/exercises/queen-attack/canonical-data.json +++ b/exercises/queen-attack/canonical-data.json @@ -34,7 +34,7 @@ }, { "uuid": "4e812d5d-b974-4e38-9a6b-8e0492bfa7be", - "description": "queen must have positive row", + "description": "queen must have non-negative row", "property": "create", "input": { "queen": { @@ -45,7 +45,7 @@ } }, "expected": { - "error": "row not positive" + "error": "row is negative" } }, { @@ -66,7 +66,7 @@ }, { "uuid": "15a10794-36d9-4907-ae6b-e5a0d4c54ebe", - "description": "queen must have positive column", + "description": "queen must have non-negative column", "property": "create", "input": { "queen": { @@ -77,7 +77,7 @@ } }, "expected": { - "error": "column not positive" + "error": "column is negative" } }, {