This commit is contained in:
2025-01-18 22:02:01 +03:00
parent dc60bcf4a6
commit cda62487ac

View File

@@ -4,7 +4,7 @@ const GoodreadsBookSearch = require("../index");
describe("🧠 Goodreads Book Search Integration Test", () => {
let bookSearch;
const isbn = "9944824453";
const isbn = "99448244531";
const timeoutDuration = 30000;
beforeEach(() => {