mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Fix many spelling mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d8f4e0ffb9
commit
b0ce4f1bce
@@ -1154,7 +1154,7 @@ class TestGetRawUserDataSystemBotRealm(ZulipTestCase):
|
||||
|
||||
|
||||
class TestUserPresenceUpdatesDisabled(ZulipTestCase):
|
||||
def test_presence_events_diabled_on_larger_realm(self) -> None:
|
||||
def test_presence_events_disabled_on_larger_realm(self) -> None:
|
||||
# First check that normally the mocked function gets called.
|
||||
events: List[Mapping[str, Any]] = []
|
||||
with self.tornado_redirected_to_list(events, expected_num_events=1):
|
||||
|
||||
Reference in New Issue
Block a user