mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
test_events: Fix comment in do_test_subscribe_events.
The comment still pointed to 'vacate' event flow, but
we have removed the vacate event in a9356508ca.
This commit fixes the comment to depict the correct
purpose of below lines, i.e. to test the remove
event flow.
This commit is contained in:
parent
e578742b02
commit
709edd29d4
@ -1855,7 +1855,7 @@ class SubscribeActionTest(BaseAction):
|
||||
state_change_expected=include_subscribers)
|
||||
check_subscription_peer_remove('events[0]', events[0])
|
||||
|
||||
# Now remove the second user, to test the 'vacate' event flow
|
||||
# Now remove the user himself, to test the 'remove' event flow
|
||||
action = lambda: bulk_remove_subscriptions(
|
||||
[self.example_user('hamlet')],
|
||||
[stream],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user