aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar ks123 <[email protected]>2020-03-05 09:05:06 +0200
committerGravatar ks123 <[email protected]>2020-03-05 09:05:06 +0200
commit5579f2d32d5faadad778d64c50cf6fbefccf4f28 (patch)
tree1f684e691e7608cf48519d60cb71b5fbbd5f512c /tests
parent(Information Cog, !roles command): Added empty parameter to pagination (False) (diff)
(Information Cog, !roles command test): Applied empty parameter change.
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/cogs/test_information.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/cogs/test_information.py b/tests/bot/cogs/test_information.py
index c6fd937b8..7c265bba8 100644
--- a/tests/bot/cogs/test_information.py
+++ b/tests/bot/cogs/test_information.py
@@ -47,7 +47,7 @@ class InformationCogTests(unittest.TestCase):
self.assertEqual(embed.title, "Role information (Total 1 roles)")
self.assertEqual(embed.colour, discord.Colour.blurple())
- self.assertEqual(embed.description, f"\n`{self.moderator_role.id}` - {self.moderator_role.mention}\n\n")
+ self.assertEqual(embed.description, f"\n`{self.moderator_role.id}` - {self.moderator_role.mention}\n")
def test_role_info_command(self):
"""Tests the `role info` command."""