summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/mailstore/test_body_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/unit/adapter/mailstore/test_body_parser.py')
-rw-r--r--service/test/unit/adapter/mailstore/test_body_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/adapter/mailstore/test_body_parser.py b/service/test/unit/adapter/mailstore/test_body_parser.py
index 1af4ce50..eeb1a2ed 100644
--- a/service/test/unit/adapter/mailstore/test_body_parser.py
+++ b/service/test/unit/adapter/mailstore/test_body_parser.py
@@ -27,4 +27,4 @@ class BodyParserTest(unittest.TestCase):
def test_base64_text(self):
parser = BodyParser('dGVzdCB0ZXh0\n', content_type='text/plain; charset="utf-8"', content_transfer_encoding='base64')
- self.assertEqual('test text', parser.parsed_content()) \ No newline at end of file
+ self.assertEqual('test text', parser.parsed_content())