aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Senjan21 <[email protected]>2020-10-02 08:35:04 +0200
committerGravatar Senjan21 <[email protected]>2020-10-02 08:35:04 +0200
commitb87f3163ab05556c82cfe3d826aded68efa5ade4 (patch)
tree98fb919f3fa8d96a101795b41f1899cfc5799dff /tests
parentRemove 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.py1
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."""