diff --git a/test/index.js b/test/index.js index baf25cc..2f6a0b5 100644 --- a/test/index.js +++ b/test/index.js @@ -4,7 +4,7 @@ const GoodreadsBookSearch = require("../index"); describe("🧠 Goodreads Book Search Integration Test", () => { let bookSearch; - const isbn = "99448244531"; + const isbn = "9944824453"; const timeoutDuration = 30000; beforeEach(() => {