Skip to content

Commit

Permalink
Rename the filename of test items.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Dec 27, 2024
1 parent 694c595 commit e404b79
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fn test_ros_client_zenoh_action() {

// Zenoh action server
// Note that we just create send_goal and get_result to implement the minimal action server
// TODO: We should also test `_action/feedback`
let session = zenoh::open(zenoh::Config::default()).await.unwrap();
let send_goal_expr = TEST_ACTION_R2Z.to_string() + "/_action/send_goal";
let get_result_expr = TEST_ACTION_R2Z.to_string() + "/_action/get_result";
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ fn test_zenoh_client_ros_action() {
});

// Zenoh action client
// TODO: We should also test `_action/feedback`
let session = zenoh::open(zenoh::Config::default()).await.unwrap();
let send_goal_expr = TEST_ACTION_Z2R.to_string() + "/_action/send_goal";
let get_result_expr = TEST_ACTION_Z2R.to_string() + "/_action/get_result";
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e404b79

Please sign in to comment.