Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isbn-verifier: 'isbn number' -> 'isbn' #1690

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
isbn-verifier: 'isbn number' -> 'isbn'
Most of the test descriptions just used 'isbn', so let's be consistent
and avoid "International Standard Book Number number".
ee7 committed Oct 14, 2020
commit 4104a82195b10a6727df3489f8b8ab30b479d16e
4 changes: 2 additions & 2 deletions exercises/isbn-verifier/canonical-data.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"cases": [
{
"uuid": "0caa3eac-d2e3-4c29-8df8-b188bc8c9292",
"description": "valid isbn number",
"description": "valid isbn",
"property": "isValid",
"input": {
"isbn": "3-598-21508-8"
@@ -25,7 +25,7 @@
},
{
"uuid": "4164bfee-fb0a-4a1c-9f70-64c6a1903dcd",
"description": "valid isbn number with a check digit of 10",
"description": "valid isbn with a check digit of 10",
"property": "isValid",
"input": {
"isbn": "3-598-21507-X"