Skip to content

Commit

Permalink
Fix wording in tests/test_english_empty.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnako committed Jun 4, 2022
1 parent 9fb3de5 commit e531bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions letters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func TestParseEmailEnglishEmpty(t *testing.T) {
ExtraHeaders: map[string][]string{},
},
Text: `While this email is undeliverable, this test case makes sure that the
parser does not crash and that most fields are nullable and the rest
has sane defaults (e.g. text/plain Content Type).`,
parser does not crash, most fields are nullable, and the rest has sane
defaults (e.g. text/plain Content-Type).`,
}

testEmailFromFile(t, fp, expectedEmail)
Expand Down
4 changes: 2 additions & 2 deletions tests/test_english_empty.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

While this email is undeliverable, this test case makes sure that the
parser does not crash and that most fields are nullable and the rest
has sane defaults (e.g. text/plain Content Type).
parser does not crash, most fields are nullable, and the rest has sane
defaults (e.g. text/plain Content-Type).

0 comments on commit e531bb7

Please sign in to comment.