summaryrefslogtreecommitdiff
path: root/xnt/tests/taskcompressiontests.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/tests/taskcompressiontests.py')
-rw-r--r--xnt/tests/taskcompressiontests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/tests/taskcompressiontests.py b/xnt/tests/taskcompressiontests.py
index 625a2b5..574298b 100644
--- a/xnt/tests/taskcompressiontests.py
+++ b/xnt/tests/taskcompressiontests.py
@@ -35,7 +35,7 @@ class TaskCompressionTests(unittest.TestCase): #pylint: disable-msg=R0904
def test_zip(self):
"""Test zip method"""
- xnt.tasks.zip("temp/testfolder1", "temp/myzip.zip")
+ xnt.tasks.create_zip("temp/testfolder1", "temp/myzip.zip")
self.assertTrue(os.path.exists("temp/myzip.zip"))
if __name__ == "__main__":