mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Add missing space in “time zone”.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
47056ef06f
commit
21cd1c10b3
@@ -24,7 +24,7 @@ class TestChoosePubDate(ZulipTestCase):
|
||||
)
|
||||
|
||||
|
||||
class TestUserTimezones(ZulipTestCase):
|
||||
class TestUserTimeZones(ZulipTestCase):
|
||||
def test_timezones_assigned_to_users(self) -> None:
|
||||
othello = self.example_user("othello")
|
||||
self.assertEqual(othello.timezone, "US/Pacific")
|
||||
|
||||
Reference in New Issue
Block a user