summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-11-10 18:05:39 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2018-11-10 18:05:39 +0100
commit0e1a71df4f842d06a59519a2de7c375a5c31037f (patch)
treeded4aca1c2356719ff77e5cb9c5a14b1644aea15
parentff0cf398b606b216c8cf5676c6cb652d692e6269 (diff)
downloadarchweb-0e1a71df4f842d06a59519a2de7c375a5c31037f.tar.gz
archweb-0e1a71df4f842d06a59519a2de7c375a5c31037f.zip
tests: remove erronous spaces
-rw-r--r--main/tests/test_donor_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_donor_import.py b/main/tests/test_donor_import.py
index ca964f4e..21a1a8eb 100644
--- a/main/tests/test_donor_import.py
+++ b/main/tests/test_donor_import.py
@@ -54,7 +54,7 @@ class DonorImportTest(TransactionTestCase):
def test_maildir(self):
tmpdir = mkdtemp('archweb')
mdir = tmpdir + '/maildir'
-
+
maildir = Maildir(mdir)
msg = Message()
msg['subject'] = 'John Doe'