diff --git a/exercises/luhn/canonical-data.json b/exercises/luhn/canonical-data.json index b3c8b70b75..f6e3ebe590 100644 --- a/exercises/luhn/canonical-data.json +++ b/exercises/luhn/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "luhn", - "version": "1.6.0", + "version": "1.6.1", "cases": [ { "description": "single digit strings can not be valid", @@ -94,7 +94,7 @@ "description": "valid strings with symbols included become invalid", "property": "valid", "input": { - "value": "055£ 444$ 285" + "value": "055# 444$ 285" }, "expected": false },