Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Feb 26, 2015
1 parent 55b9708 commit bb41111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isbnlib/test/test_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ def test_cover():
assert_equals(cover('9780156001311')[:13], '9780156001311')
assert_equals(cover('9780000000000'), None) # <-- invalid ISBN
assert_equals(cover('9781408835029')[:13], '9781408835029') # <-- no size 2 (in most areas) but size 1
assert_equals(cover('9786001191251'), None) # <-- no image of any size
assert_equals(cover('9789727576807'), None) # <-- no image of any size


0 comments on commit bb41111

Please sign in to comment.