mirror of https://github.com/zulip/zulip.git
tests: Fix send_message calls in test_export.py.
This commit is contained in:
parent
3e319837ef
commit
1c38130626
|
@ -50,7 +50,7 @@ class QueryUtilTest(ZulipTestCase):
|
|||
self.example_email('hamlet'),
|
||||
self.example_email('iago')]:
|
||||
for _ in range(5):
|
||||
self.send_message(email, self.example_email('othello'), Recipient.PERSONAL)
|
||||
self.send_personal_message(email, self.example_email('othello'))
|
||||
|
||||
@slow('creates lots of data')
|
||||
def test_query_chunker(self):
|
||||
|
|
Loading…
Reference in New Issue