Skip to content

Commit

Permalink
test: updates content of file.txt (used for attachment testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzt committed Nov 29, 2023
1 parent 899b930 commit fedf4fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/attachments/file.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django/django
flask/flask
2 changes: 1 addition & 1 deletion tests/attachments/file_txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django/django
flask/flask
2 changes: 1 addition & 1 deletion tests/test_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def test_dont_base64_encode_message_rfc822(self):
# The child message header is not base64 encoded
self.assertIn("Child Subject", parent_s)

# Feature test: try attaching Django's EmailMessage object directly to the mail.
# Feature test: try attaching EmailMessage object directly to the mail.
parent_msg = EmailMessage(
"Parent Subject",
"Some parent body",
Expand Down

0 comments on commit fedf4fc

Please sign in to comment.