We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a27e commit 6af0b3dCopy full SHA for 6af0b3d
tests/test_clone_to_cache.py
@@ -63,7 +63,7 @@ def test_clone_valid_commit(self):
63
description_name = "simple_humanoid_description"
64
commit = "0e488ee4708155a71b2a92d05305a9186b543593"
65
repository_path = clone_to_cache(description_name, commit)
66
- self.assertTrue(repository_path.endswith(f"-{commit}"))
+ self.assertTrue(commit in repository_path)
67
68
def test_clone_with_commit_then_without(self):
69
clear_cache()
0 commit comments