Commit 8aee4241 authored by Jason R. Coombs's avatar Jason R. Coombs

woh what?

parent a87442aa
......@@ -54,7 +54,7 @@ class TestUploadDocsTest:
assert zipfile.is_zipfile(tmp_file)
zip_file = zipfile.ZipFile(tmp_file) # woh...
zip_file = zipfile.ZipFile(tmp_file)
assert zip_file.namelist() == ['index.html']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment