aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2014-04-04 17:57:58 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2014-04-04 17:57:58 -0400
commiteac1bf0fd4ca2ae777bb1dddf5612588f9b5dc99 (patch)
tree0aa1ae2df515fa136372aa55451bc07c8b1a5231
parent2a70f85f14fc264f3fd31089a0d4c31230e38602 (diff)
downloadsos-eac1bf0fd4ca2ae777bb1dddf5612588f9b5dc99.tar.gz
Syntax error.. I blame emacs.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-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')