This commit is contained in:
2025-01-18 21:50:20 +03:00
parent 93e0d090ec
commit dc60bcf4a6

View File

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