aboutsummaryrefslogtreecommitdiffstats
path: root/tests/archive_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/archive_tests.py')
-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 d26af1dc..f38351d1 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(u'tests/')
+ self.zf.add_file(six.u('tests/')
self.zf.close()
self.check_for_file('tests/ziptest')