diff --git a/zerver/tests/test_subs.py b/zerver/tests/test_subs.py index 374bd95b58..b0fea9445e 100644 --- a/zerver/tests/test_subs.py +++ b/zerver/tests/test_subs.py @@ -2224,7 +2224,7 @@ class StreamAdminTest(ZulipTestCase): if cache_count is not None: self.assert_length(cache_tries, cache_count) - # If the removal succeeded, then assert that Cordelia is no longer subscribed. + # If the removal succeeded, assert all target users are no longer subscribed. if result.status_code not in [400]: subbed_users = self.users_subscribed_to_stream(stream_name, user_profile.realm) for user in target_users: