diff options
| author | 2020-01-03 12:08:44 -0800 | |
|---|---|---|
| committer | 2020-02-12 10:07:50 -0800 | |
| commit | 396d2b393a255580ea23c3cc4abb4bdb1e84ea7d (patch) | |
| tree | c4afe10083c1eaa51039da15987d6df187319b29 | |
| parent | Sync tests: create and use a fake_role fixture (diff) | |
Sync tests: fix docstring for UserSyncerSyncTests
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() | 
