This commit is contained in:
Kovid Goyal 2025-09-15 14:38:37 +05:30
parent 4727e4b9e1
commit 4252c0c1cc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)
# }}}