1
0
Fork 0

responding to review comments

This commit is contained in:
Zach Flanders 2023-04-25 19:46:38 -05:00
parent 6b39052fcc
commit 575e1bac4c
4 changed files with 15 additions and 23 deletions

View file

@ -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))