Skip to content

Commit 1084d7e

Browse files
committed
update path for the usd test
1 parent d5f3ce0 commit 1084d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/isaaclab/test/utils/test_assets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ def test_check_file_path_invalid():
4242
def test_check_usd_path_with_timeout():
4343
"""Test checking a USD path with timeout."""
4444
# robot file path
45-
usd_path = f"{assets_utils.ISAACLAB_NUCLEUS_DIR}/Robots/FrankaEmika/panda_instanceable.usd"
45+
usd_path = f"{assets_utils.ISAAC_NUCLEUS_DIR}/Robots/FrankaRobotics/FrankaEmika/panda_instanceable.usd"
4646
# check file path
4747
assert assets_utils.check_usd_path_with_timeout(usd_path) is True
4848

4949
# invalid file path
50-
usd_path = f"{assets_utils.ISAACLAB_NUCLEUS_DIR}/Robots/FrankaEmika/panda_xyz.usd"
50+
usd_path = f"{assets_utils.ISAAC_NUCLEUS_DIR}/Robots/FrankaRobotics/FrankaEmika/panda_xyz.usd"
5151
# check file path
5252
assert assets_utils.check_usd_path_with_timeout(usd_path) is False

0 commit comments

Comments
 (0)