aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index 23abb1dfd..235a2ee6c 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -6,7 +6,7 @@ import unittest.mock
from tests.base import LoggingTestsMixin, _CaptureLogHandler
-class LoggingTestCase(LoggingTestsMixin):
+class LoggingTestCase(LoggingTestsMixin, unittest.TestCase):
pass