mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user