diff options
author | 2020-10-02 08:35:04 +0200 | |
---|---|---|
committer | 2020-10-02 08:35:04 +0200 | |
commit | b87f3163ab05556c82cfe3d826aded68efa5ade4 (patch) | |
tree | 98fb919f3fa8d96a101795b41f1899cfc5799dff /tests | |
parent | Remove presence stat tracking. (diff) |
Add missing blank line to satisfy the linting gods
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bot/exts/info/test_information.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index 83fc6d188..23eeb88cd 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -97,6 +97,7 @@ class InformationCogTests(unittest.TestCase): self.assertEqual(admin_embed.title, "Admins info") self.assertEqual(admin_embed.colour, discord.Colour.red()) + class UserInfractionHelperMethodTests(unittest.TestCase): """Tests for the helper methods of the `!user` command.""" |