tests: Fix missing setUp calls in ZulipTestCase subclasses.

This may save us from bugs like the ones fixed in
78683c1b9c in the future.
This commit is contained in:
Tim Abbott
2023-10-12 09:49:16 -07:00
parent 869f96e31b
commit 07e6bcda7c
4 changed files with 4 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ class UserPresenceTests(ZulipTestCase):
Create some initial, old presence data to make the intended set up
simpler for the tests.
"""
super().setUp()
realm = get_realm("zulip")
now = timezone_now()
initial_presence = now - timedelta(days=365)