Skip to content

Commit

Permalink
Fixes line too long in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Sanders committed Jun 4, 2019
1 parent b165e1d commit 549685a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pystmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def test_load_message_native(self):
cc='dog,cat', bcc='foo,bar', subject='dogs',
track_opens=True, headers=[dict(Name='Food', Value='7')],
attachments=[], sender='admin', tag='tag',
template_id='template_id', template_alias='template_alias', template_model='template_model')
template_id='template_id', template_alias='template_alias',
template_model='template_model')
self.assertEqual(sorted(msg), sorted(Message._fields))
self.assertNotRaises(TypeError, Message.load_message, msg)
self.assertNotRaises(MessageError, Message.load_message, msg,
Expand Down

0 comments on commit 549685a

Please sign in to comment.