Skip to content

Commit

Permalink
Fix typo in trajectory cache utils test
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Oct 22, 2024
1 parent a70b660 commit a4a668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/trajectory_cache/test/utils/test_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TEST_F(WarehouseFixture, QueryAppendCenterWithToleranceWorks)
coll.insert(geometry_msgs::msg::Point(), metadata);

Query::Ptr unrelated_query = coll.createQuery();
moveit_ros::trajectory_cache::queryAppendCenterWithTolerance(*unrelated_query, "unrnelated_metadata", 1.0, 10.0);
moveit_ros::trajectory_cache::queryAppendCenterWithTolerance(*unrelated_query, "unrelated_metadata", 1.0, 10.0);
EXPECT_TRUE(coll.queryList(unrelated_query).empty());

Query::Ptr related_query_too_low = coll.createQuery();
Expand Down

0 comments on commit a4a668a

Please sign in to comment.