EventsRegisterTest: Remove unused variable maxDiff.

Discovered using mypy.
This commit is contained in:
Tim Abbott 2016-01-22 18:02:16 -08:00
parent e9f39922a0
commit 294b7aa7bd
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class GetEventsTest(AuthedTestCase):
self.assertEqual(events[0]["message"]["display_recipient"], "Denmark")
class EventsRegisterTest(AuthedTestCase):
maxDiff = None
user_profile = get_user_profile_by_email("hamlet@zulip.com")
bot = get_user_profile_by_email("welcome-bot@zulip.com")