Skip to content

Commit

Permalink
fix(self-mailers): Fix failing test due to upstream bug fix (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Falleiro committed May 24, 2021
1 parent 8fc519b commit 288af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_self_mailer.py
Expand Up @@ -99,7 +99,7 @@ def test_create_self_mailer_inline_address(self):
}
)
self.assertEqual(self_mailer.to_address.name, 'LOB1')
self.assertEqual(self_mailer.from_address.name, 'Lob2')
self.assertEqual(self_mailer.from_address.name, 'LOB2')
self.assertTrue(isinstance(self_mailer, lob.SelfMailer))

def test_create_self_mailer_local_file(self):
Expand Down

0 comments on commit 288af58

Please sign in to comment.