Fix additional tests

This commit is contained in:
2026-05-12 11:04:04 +02:00
parent d9fe99963a
commit 1416d00a37
3 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -614,7 +614,7 @@ class EnableCacheTest(unittest.TestCase):
self.assertEqual(params["maxsize"], 4096)
class ModelDependentComponentsTest(unittest.TestCase):
class ModelDependentComponentsTest(django.test.TestCase):
"""Test components that depend on Django models."""
@staticmethod
@@ -775,7 +775,7 @@ class PurchaseTruncatedTest(unittest.TestCase):
self.assertIn("data-popover-target", result)
class NameWithIconPlatformTest(unittest.TestCase):
class NameWithIconPlatformTest(django.test.TestCase):
"""Test NameWithIcon platform icon rendering."""
@classmethod