From e4b74c2099e3ede32b321c5a55bded2ada8fcc82 Mon Sep 17 00:00:00 2001 From: yogesh sirsat Date: Wed, 29 Jun 2022 01:24:47 +0530 Subject: [PATCH] streams: Fix misleading comment in "test_subs". --- zerver/tests/test_subs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: