Skip to content

Commit 5bcc15b

Browse files
RanKKIpicnixz
andauthored
Update Lib/test/test_email/test_message.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent d865575 commit 5bcc15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_email/test_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def test_folding_with_short_nospace_1(self):
965965
# the fold point.
966966

967967
m = EmailMessage(policy.default)
968-
m['Message-ID'] = '123456789'*3
968+
m['Message-ID'] = '123456789' * 3
969969
parsed_msg = message_from_bytes(m.as_bytes(), policy=policy.default)
970970
self.assertEqual(parsed_msg['Message-ID'], m['Message-ID'])
971971

0 commit comments

Comments
 (0)