Add missing EOF LF

This commit is contained in:
Philippe Teuwen
2019-03-12 00:12:26 +01:00
parent f205f9db87
commit 1b2601a48a
105 changed files with 107 additions and 107 deletions

View File

@@ -21,7 +21,7 @@ class TestEmlMfd(unittest.TestCase):
]
def test_eml2mfd(self):
self.three_argument_test(pm3_eml2mfd.main, self.EML2MFD_TESTCASES)
def test_mfd2eml(self):
self.three_argument_test(pm3_mfd2eml.main,
imap(reversed, self.EML2MFD_TESTCASES), c14n=hex_c14n)