Skip to content

Commit

Permalink
Update ISBN13 test, incorrectly included dashed for both
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthNerdus committed Apr 24, 2024
1 parent abdc023 commit ae0fd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class CalibreMetadataProviderTest(
@Test
fun testISB13match() {
// // https://www.amazon.com/Fellowship-Ring-Being-First-Rings/dp/0547928211 -- Paperback ISBN 13
var plainInput = "978-0547928210"
var plainInput = "9780547928210"
val plainResultingCodeType = calibreMetadataProvider.determineCodeType(plainInput)
var dashedInput = "978-0547928210"
val dashedResultingCodeType = calibreMetadataProvider.determineCodeType(dashedInput)
Expand Down

0 comments on commit ae0fd71

Please sign in to comment.