test_events: Add missing nocoverage tag on debugging code.

This commit is contained in:
Tim Abbott 2017-10-06 13:59:26 -07:00
parent ad521a0e07
commit 73e1c26c15
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ class EventsRegisterTest(ZulipTestCase):
# our enormous payload does get updated properly. We
# want the diff here to be developer-friendly, hence
# the somewhat tedious code to provide useful output.
if state1 != state2:
if state1 != state2: # nocoverage
print('\n---States DO NOT MATCH---')
print('\nEVENTS:\n')