Fix typo in test fixture tear down method name (#787)

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
Jacob Perron 2019-07-18 14:49:42 -07:00 committed by GitHub
parent 8c48dbede7
commit c7d01d7bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ protected:
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();
feedback_publisher.reset();