Skip to content

Commit

Permalink
Update Lib/test/test_email/test_message.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bénédikt Tran <[email protected]>
  • Loading branch information
RanKKI and picnixz authored Oct 26, 2024
1 parent d865575 commit 5bcc15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_email/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def test_folding_with_short_nospace_1(self):
# the fold point.

m = EmailMessage(policy.default)
m['Message-ID'] = '123456789'*3
m['Message-ID'] = '123456789' * 3
parsed_msg = message_from_bytes(m.as_bytes(), policy=policy.default)
self.assertEqual(parsed_msg['Message-ID'], m['Message-ID'])

Expand Down

0 comments on commit 5bcc15b

Please sign in to comment.