diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-17 11:08:26 -0500 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-02-17 11:08:26 -0500 |
commit | e357aab2882b5f34947729e34b9f9c01dd1e5d73 (patch) | |
tree | 9b314374425db136ff19dd7303af703efbb69922 /tests/functional/test_wallace/test_002_footer.py | |
parent | 8565c4c13d454819550744672e566bac6714f6c3 (diff) | |
download | pykolab-e357aab2882b5f34947729e34b9f9c01dd1e5d73.tar.gz |
Remove trailing whitespace
Diffstat (limited to 'tests/functional/test_wallace/test_002_footer.py')
-rw-r--r-- | tests/functional/test_wallace/test_002_footer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_wallace/test_002_footer.py b/tests/functional/test_wallace/test_002_footer.py index f9568c2..c8e2f4a 100644 --- a/tests/functional/test_wallace/test_002_footer.py +++ b/tests/functional/test_wallace/test_002_footer.py @@ -121,7 +121,7 @@ class TestWallaceFooter(unittest.TestCase): folders = imap.lm('user/%(local)s@%(domain)s' % (self.user)) self.assertEqual(len(folders), 1) - + def test_002_send_plaintext(self): subject = "test_002_send_plaintext" body = "This is a test message" |