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 b0961cd commit 6a9a4e4Copy full SHA for 6a9a4e4
parse_emails/tests/parse_emails_test.py
@@ -1011,4 +1011,4 @@ def test_multipart_eml_with_eml_attachment_containing_html_body():
1011
assert results[0]["HTML"] == ""
1012
assert results[0]["Attachments"] == "original_message.eml"
1013
assert len(results[0]["AttachmentsData"]) > 0
1014
- assert results[1]["ParentFileName"] == "multipart_with_eml_attachment_containing_html.eml"
+ assert results[1]["ParentFileName"] == "multipart_with_eml_attachment_containing_html.eml"
0 commit comments