diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/bot/cogs/test_antimalware.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/bot/cogs/test_antimalware.py b/tests/bot/cogs/test_antimalware.py index 82eadf226..ecb7abf00 100644 --- a/tests/bot/cogs/test_antimalware.py +++ b/tests/bot/cogs/test_antimalware.py @@ -15,7 +15,7 @@ class AntiMalwareCogTests(unittest.IsolatedAsyncioTestCase):          """Sets up fresh objects for each test."""          self.bot = MockBot()          self.bot.filter_list_cache = { -            "file_format.True": { +            "FILE_FORMAT.True": {                  ".first": {},                  ".second": {},                  ".third": {}, | 
