Skip to content

Commit 1469f30

Browse files
committed
removing latest
1 parent da730ce commit 1469f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singularity/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_commands(self):
6767
print("...Case 1: Testing naming pull by image name")
6868
image = self.cli.pull("shub://vsoch/singularity-images", pull_folder=self.tmpdir)
6969
self.assertTrue(os.path.exists(image))
70-
self.assertTrue('vsoch-singularity-images-master-latest' in image)
70+
self.assertTrue('vsoch-singularity-images-master' in image)
7171
print(image)
7272
os.remove(image)
7373

0 commit comments

Comments
 (0)