[rcl action] Fixes bad assertion in test_action_client.
This commit is contained in:
parent
f2afddc910
commit
629403e29d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ TEST_F(TestActionClientBaseFixture, test_action_client_init_fini) {
|
|||
ret = rcl_action_client_init(
|
||||
&action_client, nullptr, action_typesupport,
|
||||
action_name, &action_client_options);
|
||||
EXPECT_EQ(ret, RCL_RET_INVALID_ARGUMENT) << rcl_get_error_string().str;
|
||||
EXPECT_EQ(ret, RCL_RET_NODE_INVALID) << rcl_get_error_string().str;
|
||||
rcl_reset_error();
|
||||
|
||||
ret = rcl_action_client_init(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue