diff --git a/InvenTree/common/tests.py b/InvenTree/common/tests.py index c20dc5d126..48838415b5 100644 --- a/InvenTree/common/tests.py +++ b/InvenTree/common/tests.py @@ -90,7 +90,7 @@ class SettingsTest(TestCase): raise ValueError(f'Non-boolean default value specified for {key}') -class NotificationTest(TestCase): +class NotificationEntryTest(TestCase): def test_check_notification_entries(self):