Update bookwyrm/tests/views/admin/test_themes.py

Co-authored-by: Adeodato Simó <73768+dato@users.noreply.github.com>
This commit is contained in:
Mouse Reeve 2023-11-20 10:37:12 -08:00 committed by GitHub
parent 179dbd75aa
commit b6325da9ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,4 +107,4 @@ class AdminThemesViews(TestCase):
views.test_theme(request, theme.id)
theme.refresh_from_db()
self.assertFalse(theme.loads)
self.assertIs(False, theme.loads)