tests: Fix send_message calls in test_export.py.

This commit is contained in:
Steve Howell 2017-10-28 08:01:36 -07:00 committed by Tim Abbott
parent 3e319837ef
commit 1c38130626
1 changed files with 1 additions and 1 deletions

View File

@ -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):