We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d865575 commit 5bcc15bCopy full SHA for 5bcc15b
Lib/test/test_email/test_message.py
@@ -965,7 +965,7 @@ def test_folding_with_short_nospace_1(self):
965
# the fold point.
966
967
m = EmailMessage(policy.default)
968
- m['Message-ID'] = '123456789'*3
+ m['Message-ID'] = '123456789' * 3
969
parsed_msg = message_from_bytes(m.as_bytes(), policy=policy.default)
970
self.assertEqual(parsed_msg['Message-ID'], m['Message-ID'])
971
0 commit comments