Skip to content

Commit

Permalink
change test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Mar 9, 2021
1 parent f58aa94 commit 98cb746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isbnlib/test/test_goom.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
def test_goom():
"""Test the Google's Multiple Books service."""
assert_equals(len(repr(goom.query('the old man and the sea'))) > 500, True)
assert_equals(len(repr(goom.query('emergências obstréticas'))) > 500, True)
assert_equals(len(repr(goom.query('lusíadas'))) > 500, True)

0 comments on commit 98cb746

Please sign in to comment.