From 77b1bed553abc834fd346db8eb2d9b955c23bdf6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 30 Jun 2014 13:19:17 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/identify.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/ebooks/metadata/sources/identify.py b/src/calibre/ebooks/metadata/sources/identify.py index ba32b5348d..c3d5dec420 100644 --- a/src/calibre/ebooks/metadata/sources/identify.py +++ b/src/calibre/ebooks/metadata/sources/identify.py @@ -560,8 +560,7 @@ if __name__ == '__main__': # tests {{{ ), - ( # An e-book ISBN not on Amazon, one of the authors is - # unknown to Amazon + ( # An e-book ISBN not on Amazon, one of the authors is unknown to Amazon {'identifiers':{'isbn': '9780307459671'}, 'title':'Invisible Gorilla', 'authors':['Christopher Chabris']}, [title_test('The Invisible Gorilla: And Other Ways Our Intuitions Deceive Us', exact=True)]