Skip to content

Commit ababa18

Browse files
authored
Merge pull request #1051 from sjwarner-bp/luhn-nitpick
luhn: apply consistent case to tests
2 parents 8bcbc27 + cfcf9f0 commit ababa18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/luhn/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exercise": "luhn",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"cases": [
55
{
66
"description": "single digit strings can not be valid",
@@ -9,7 +9,7 @@
99
"expected": false
1010
},
1111
{
12-
"description": "A single zero is invalid",
12+
"description": "a single zero is invalid",
1313
"property": "valid",
1414
"input": "0",
1515
"expected": false

0 commit comments

Comments
 (0)