Removes test line
This commit is contained in:
parent
3fb9d140ed
commit
288c396c49
|
@ -42,7 +42,6 @@ class Book(TestCase):
|
||||||
)
|
)
|
||||||
self.assertEqual(book.openlibrary_link, "https://openlibrary.org/books/OL123M")
|
self.assertEqual(book.openlibrary_link, "https://openlibrary.org/books/OL123M")
|
||||||
self.assertEqual(book.inventaire_link, "https://inventaire.io/entity/isbn:123")
|
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):
|
def test_create_book_invalid(self):
|
||||||
"""you shouldn't be able to create Books (only editions and works)"""
|
"""you shouldn't be able to create Books (only editions and works)"""
|
||||||
|
|
Loading…
Reference in New Issue