mirror of https://github.com/zulip/zulip.git
test_events: Add missing nocoverage tag on debugging code.
This commit is contained in:
parent
ad521a0e07
commit
73e1c26c15
|
@ -468,7 +468,7 @@ class EventsRegisterTest(ZulipTestCase):
|
||||||
# our enormous payload does get updated properly. We
|
# our enormous payload does get updated properly. We
|
||||||
# want the diff here to be developer-friendly, hence
|
# want the diff here to be developer-friendly, hence
|
||||||
# the somewhat tedious code to provide useful output.
|
# the somewhat tedious code to provide useful output.
|
||||||
if state1 != state2:
|
if state1 != state2: # nocoverage
|
||||||
print('\n---States DO NOT MATCH---')
|
print('\n---States DO NOT MATCH---')
|
||||||
print('\nEVENTS:\n')
|
print('\nEVENTS:\n')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue