Skip to content

Commit 6af0b3d

Browse files
Update unit test to new cache path
1 parent 188a27e commit 6af0b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_clone_to_cache.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_clone_valid_commit(self):
6363
description_name = "simple_humanoid_description"
6464
commit = "0e488ee4708155a71b2a92d05305a9186b543593"
6565
repository_path = clone_to_cache(description_name, commit)
66-
self.assertTrue(repository_path.endswith(f"-{commit}"))
66+
self.assertTrue(commit in repository_path)
6767

6868
def test_clone_with_commit_then_without(self):
6969
clear_cache()

0 commit comments

Comments
 (0)