mirror of https://github.com/zulip/zulip.git
streams: Fix misleading comment in "test_subs".
This commit is contained in:
parent
8723931236
commit
e4b74c2099
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue