diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/email.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/email.scm b/tests/email.scm index fb7e618..c82f567 100644 --- a/tests/email.scm +++ b/tests/email.scm @@ -351,8 +351,7 @@ body" "iso-8859-1")) `((content-transfer-encoding . 7bit) (content-type (type . text) (subtype . plain) - (charset . "utf-8") - (charset . "foo")))) + (charset . "utf-8")))) (test-email= "tolerate decoding errors in body" (parse-email |