Skip to content

Commit d29bf9a

Browse files
Update Lib/test/test_email/test_generator.py
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 03c3f01 commit d29bf9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_email/test_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def test_smtp_policy(self):
471471
g = BytesGenerator(s, policy=policy.SMTP)
472472
g.flatten(msg)
473473
self.assertEqual(s.getvalue(), expected)
474+
474475
def test_utf8_round_trip_preserves_unicode_body(self):
475476
msg = EmailMessage()
476477
msg['From'] = "Páolo <főo@bar.com>"

0 commit comments

Comments
 (0)