From 4252c0c1ccc487cea1b980bdf34fc16838e0dece Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Sep 2025 14:38:37 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/google.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/ebooks/metadata/sources/google.py b/src/calibre/ebooks/metadata/sources/google.py index df630bb484..287f14ed2a 100644 --- a/src/calibre/ebooks/metadata/sources/google.py +++ b/src/calibre/ebooks/metadata/sources/google.py @@ -577,7 +577,7 @@ if __name__ == '__main__': # tests {{{ ]), ({ - # requires using web search to find the book + # requires using web search to find the book, but web search is broken currently 'title': 'Dragon Done It', 'authors': ['Eric Flint'], }, [ @@ -586,6 +586,6 @@ if __name__ == '__main__': # tests {{{ ]), ] - test_identify_plugin(GoogleBooks.name, tests[-1:]) + test_identify_plugin(GoogleBooks.name, tests) # }}}