responding to review comments
This commit is contained in:
parent
6b39052fcc
commit
575e1bac4c
4 changed files with 15 additions and 23 deletions
|
@ -140,8 +140,6 @@ class Book(TestCase):
|
|||
title=f"{article} Test Edition", languages=[langauge]
|
||||
)
|
||||
for langauge, articles in settings.LANGUAGE_ARTICLES.items()
|
||||
for article in article
|
||||
)
|
||||
self.assertEqual(
|
||||
all([book.sort_title == "Test Edition" for book in books])
|
||||
for article in articles
|
||||
)
|
||||
self.assertTrue(all(book.sort_title == "Test Edition" for book in books))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue