Skip to content

Commit

Permalink
Fixes comments
Browse files Browse the repository at this point in the history
Signed-off-by: Minju, Lee <dlalswn531@naver.com>
  • Loading branch information
leeminju531 committed Sep 27, 2024
1 parent 8a08a5c commit 5581709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_rmw_implementation/test/test_graph_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ TEST_F(TestGraphAPI, get_clients_info_by_service_with_bad_arguments) {
rmw_reset_error();
EXPECT_EQ(RMW_RET_OK, rmw_topic_endpoint_info_array_check_zero(&clients_info));

// A null topic name is an invalid argument.
// A null service name is an invalid argument.
ret = rmw_get_clients_info_by_service(
node, &allocator, nullptr, no_mangle, &clients_info);
EXPECT_EQ(RMW_RET_INVALID_ARGUMENT, ret);
Expand Down Expand Up @@ -935,7 +935,7 @@ TEST_F(TestGraphAPI, get_servers_info_by_service_with_bad_arguments) {
rmw_reset_error();
EXPECT_EQ(RMW_RET_OK, rmw_topic_endpoint_info_array_check_zero(&servers_info));

// A null topic name is an invalid argument.
// A null service name is an invalid argument.
ret = rmw_get_servers_info_by_service(
node, &allocator, nullptr, no_mangle, &servers_info);
EXPECT_EQ(RMW_RET_INVALID_ARGUMENT, ret);
Expand Down

0 comments on commit 5581709

Please sign in to comment.