summaryrefslogtreecommitdiff
path: root/tests/test_filereporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_filereporter.py')
-rw-r--r--tests/test_filereporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_filereporter.py b/tests/test_filereporter.py
index 8ce2201d..1e8513f8 100644
--- a/tests/test_filereporter.py
+++ b/tests/test_filereporter.py
@@ -89,7 +89,7 @@ class FileReporterTest(UsingModulesMixin, CoverageTest):
assert bcu > acu and bcu >= acu and bcu != acu
def test_zipfile(self):
- sys.path.append("tests/zipmods.zip")
+ sys.path.append("tests/zip1.zip")
# Test that we can get files out of zipfiles, and read their source files.
# The zip1 module is installed by an action in igor.py.