diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/bot/cogs/sync/test_users.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/bot/cogs/sync/test_users.py b/tests/bot/cogs/sync/test_users.py index 7fc1b400f..e9f9db2ea 100644 --- a/tests/bot/cogs/sync/test_users.py +++ b/tests/bot/cogs/sync/test_users.py @@ -124,7 +124,7 @@ class UserSyncerDiffTests(unittest.TestCase):  class UserSyncerSyncTests(unittest.TestCase): -    """Tests for the API requests that sync roles.""" +    """Tests for the API requests that sync users."""      def setUp(self):          self.bot = helpers.MockBot() | 
