typos: Fix typos caught by typos and mwic.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-12-24 18:47:02 -08:00
committed by Anders Kaseorg
parent ed6dc25710
commit 58822372d5
14 changed files with 21 additions and 21 deletions

View File

@@ -1836,7 +1836,7 @@ class TestActiveUsersAudit(AnalyticsTestCase):
do_fill_count_stat_at_hour(self.stat, self.TIME_ZERO)
self.assertTableState(RealmCount, [], [])
def test_user_unactive_then_activated_same_day(self) -> None:
def test_user_inactive_then_activated_same_day(self) -> None:
self.add_event(AuditLogEventType.USER_DEACTIVATED, 1)
self.add_event(AuditLogEventType.USER_REACTIVATED, 0.5)
do_fill_count_stat_at_hour(self.stat, self.TIME_ZERO)