Skip to content

Commit 8df6cb2

Browse files
authored
isbn-verifier: 'isbn number' -> 'isbn' (#1690)
Most of the test descriptions just used 'isbn', so let's be consistent and avoid "International Standard Book Number number".
1 parent a757698 commit 8df6cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/isbn-verifier/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"cases": [
88
{
99
"uuid": "0caa3eac-d2e3-4c29-8df8-b188bc8c9292",
10-
"description": "valid isbn number",
10+
"description": "valid isbn",
1111
"property": "isValid",
1212
"input": {
1313
"isbn": "3-598-21508-8"
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"uuid": "4164bfee-fb0a-4a1c-9f70-64c6a1903dcd",
28-
"description": "valid isbn number with a check digit of 10",
28+
"description": "valid isbn with a check digit of 10",
2929
"property": "isValid",
3030
"input": {
3131
"isbn": "3-598-21507-X"

0 commit comments

Comments
 (0)