mirror of https://github.com/zulip/zulip.git
Remove stray print statement in tests.py
(imported from commit 2be8ceb83664cfb9f3158e23894637ac513efa41)
This commit is contained in:
parent
a6889080ce
commit
f6794ce849
|
@ -2626,7 +2626,6 @@ class GetSubscribersTest(AuthedTestCase):
|
|||
if sub["name"] == "mit_invite_only":
|
||||
self.assertTrue(len(sub["subscribers"]) == len(users_to_subscribe))
|
||||
else:
|
||||
print sub
|
||||
self.assertTrue(len(sub["subscribers"]) == 0)
|
||||
self.assertTrue(len(queries) == 3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue