From 288c396c49056510f3bf773124d4ca4a0c1f1a93 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 10 Dec 2021 13:45:50 -0800 Subject: [PATCH] Removes test line --- bookwyrm/tests/models/test_book_model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bookwyrm/tests/models/test_book_model.py b/bookwyrm/tests/models/test_book_model.py index 3384e401..d74fa4ca 100644 --- a/bookwyrm/tests/models/test_book_model.py +++ b/bookwyrm/tests/models/test_book_model.py @@ -42,7 +42,6 @@ class Book(TestCase): ) self.assertEqual(book.openlibrary_link, "https://openlibrary.org/books/OL123M") self.assertEqual(book.inventaire_link, "https://inventaire.io/entity/isbn:123") - self.assertIsInstance(book.cover_bw_book_xsmall_webp, ImageSpecField) def test_create_book_invalid(self): """you shouldn't be able to create Books (only editions and works)"""