Skip to content

Commit d29bf9a

Browse files
Update Lib/test/test_email/test_generator.py
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 03c3f01 commit d29bf9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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ő[email protected]>"

0 commit comments

Comments
 (0)