diff options
| -rw-r--r-- | Lib/email/test/test_email.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index 22eddd5..d3279a0 100644 --- a/Lib/email/test/test_email.py +++ b/Lib/email/test/test_email.py @@ -554,11 +554,6 @@ class TestEncoders(unittest.TestCase): def test_default_cte(self): eq = self.assertEqual - msg = MIMEText('hello world') - eq(msg['content-transfer-encoding'], '7bit') - - def test_default_cte(self): - eq = self.assertEqual # With no explicit _charset its us-ascii, and all are 7-bit msg = MIMEText('hello world') eq(msg['content-transfer-encoding'], '7bit') |
