Skip to content

Commit 9b4d49e

Browse files
committed
modified: tests/test_package.py
1 parent b6f5d31 commit 9b4d49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singularity/tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_package(self):
107107
from singularity.package import package
108108
container = self.cli.create("%s/container.img" %self.tmpdir)
109109
container = self.cli.importcmd(container,"docker://ubuntu")
110-
image_package = package(image_path=container),output_folder=self.tmpdir,S=self.cli)
110+
image_package = package(image_path=container,output_folder=self.tmpdir,S=self.cli)
111111
self.assertTrue(os.path.exists(image_package))
112112

113113

0 commit comments

Comments
 (0)