streams: Fix misleading comment in "test_subs".

This commit is contained in:
yogesh sirsat 2022-06-29 01:24:47 +05:30 committed by Tim Abbott
parent 8723931236
commit e4b74c2099
1 changed files with 1 additions and 1 deletions

View File

@ -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: