Fix typo in test fixture tear down method name (#787)
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
parent
8c48dbede7
commit
c7d01d7bf3
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ protected:
|
||||||
ASSERT_EQ(RCL_RET_OK, rcl_set_ros_time_override(clock.get_clock_handle(), RCL_S_TO_NS(1)));
|
ASSERT_EQ(RCL_RET_OK, rcl_set_ros_time_override(clock.get_clock_handle(), RCL_S_TO_NS(1)));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Teardown()
|
void TearDown()
|
||||||
{
|
{
|
||||||
status_publisher.reset();
|
status_publisher.reset();
|
||||||
feedback_publisher.reset();
|
feedback_publisher.reset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue