fixing test and other checks
This commit is contained in:
parent
575e1bac4c
commit
f43d7f8c70
2 changed files with 5 additions and 2 deletions
|
@ -142,4 +142,4 @@ class Book(TestCase):
|
|||
for langauge, articles in settings.LANGUAGE_ARTICLES.items()
|
||||
for article in articles
|
||||
)
|
||||
self.assertTrue(all(book.sort_title == "Test Edition" for book in books))
|
||||
self.assertTrue(all(book.sort_title == "test edition" for book in books))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue