Skip to content

Commit 6a9a4e4

Browse files
committed
pre-commit
1 parent b0961cd commit 6a9a4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse_emails/tests/parse_emails_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,4 +1011,4 @@ def test_multipart_eml_with_eml_attachment_containing_html_body():
10111011
assert results[0]["HTML"] == ""
10121012
assert results[0]["Attachments"] == "original_message.eml"
10131013
assert len(results[0]["AttachmentsData"]) > 0
1014-
assert results[1]["ParentFileName"] == "multipart_with_eml_attachment_containing_html.eml"
1014+
assert results[1]["ParentFileName"] == "multipart_with_eml_attachment_containing_html.eml"

0 commit comments

Comments
 (0)