diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bot/exts/info/test_information.py | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py index f09f815eb..1fd3ef066 100644 --- a/tests/bot/exts/info/test_information.py +++ b/tests/bot/exts/info/test_information.py @@ -162,10 +162,9 @@ class InformationCogTests(unittest.TestCase):          self.assertEqual(              channel_field.value,              textwrap.dedent(""" -                Category channels: 1 -                Text channels: 1 -                Voice channels: 1 -                Staff channels: 0 +                Category: 1 +                Text: 1 +                Voice: 1              """).strip(),          ) | 
