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:
sahil839 2020-10-22 17:10:24 +05:30 committed by Tim Abbott
parent e578742b02
commit 709edd29d4

View File

@ -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],