Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Dec 8, 2024
1 parent d8d4af5 commit 261a0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from node_helpers.urdfs.loading import NAMESPACE_FMT
from node_helpers_test.resources import GENERIC_URDF

EXPECTED_JOINT_NAMES = ["shuttle1-joint", "clamp1-joint"]
EXPECTED_LINK_NAMES = ["base_link", "shuttle1", "clamp1"]
EXPECTED_JOINT_NAMES = ["shuttle1-joint", "clamp1-joint", "clamp-mimic-joint"]
EXPECTED_LINK_NAMES = ["base_link", "shuttle1", "clamp1", "clamp-mimic"]


def test_fix_urdf_paths_makes_path_replacements() -> None:
Expand Down

0 comments on commit 261a0c1

Please sign in to comment.