From 72143cce5111dc64a1e37668ac9e32a72dedbe00 Mon Sep 17 00:00:00 2001 From: szbk Date: Sat, 18 Jan 2025 21:38:32 +0300 Subject: [PATCH] change --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 2f6a0b5..baf25cc 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 = "9944824453"; + const isbn = "99448244531"; const timeoutDuration = 30000; beforeEach(() => {