mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
EventsRegisterTest: Remove unused variable maxDiff.
Discovered using mypy.
This commit is contained in:
@@ -192,7 +192,6 @@ class GetEventsTest(AuthedTestCase):
|
|||||||
self.assertEqual(events[0]["message"]["display_recipient"], "Denmark")
|
self.assertEqual(events[0]["message"]["display_recipient"], "Denmark")
|
||||||
|
|
||||||
class EventsRegisterTest(AuthedTestCase):
|
class EventsRegisterTest(AuthedTestCase):
|
||||||
maxDiff = None
|
|
||||||
user_profile = get_user_profile_by_email("hamlet@zulip.com")
|
user_profile = get_user_profile_by_email("hamlet@zulip.com")
|
||||||
bot = get_user_profile_by_email("welcome-bot@zulip.com")
|
bot = get_user_profile_by_email("welcome-bot@zulip.com")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user