aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bot/cogs/test_antispam.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bot/cogs/test_antispam.py')
-rw-r--r--tests/bot/cogs/test_antispam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/cogs/test_antispam.py b/tests/bot/cogs/test_antispam.py
index ce5472c71..8a3d8d02e 100644
--- a/tests/bot/cogs/test_antispam.py
+++ b/tests/bot/cogs/test_antispam.py
@@ -1,6 +1,6 @@
import unittest
-from bot.cogs import antispam
+from bot.cogs.filters import antispam
class AntispamConfigurationValidationTests(unittest.TestCase):