aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/archive_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py
index f38351d1..de4e241f 100644
--- a/tests/archive_tests.py
+++ b/tests/archive_tests.py
@@ -35,7 +35,7 @@ class ZipFileArchiveTest(unittest.TestCase):
self.check_for_file('tests/ziptest')
def test_add_unicode_file(self):
- self.zf.add_file(six.u('tests/')
+ self.zf.add_file(six.u('tests/'))
self.zf.close()
self.check_for_file('tests/ziptest')