aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bot/rules/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bot/rules/__init__.py')
-rw-r--r--tests/bot/rules/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/rules/__init__.py b/tests/bot/rules/__init__.py
index 36c986fe1..0233e7939 100644
--- a/tests/bot/rules/__init__.py
+++ b/tests/bot/rules/__init__.py
@@ -12,7 +12,7 @@ class DisallowedCase(NamedTuple):
n_violations: int
-class RuleTest(unittest.TestCase, metaclass=ABCMeta):
+class RuleTest(unittest.IsolatedAsyncioTestCase, metaclass=ABCMeta):
"""
Abstract class for antispam rule test cases.