Skip to content

Commit

Permalink
Fix typo in test fixture tear down method name (#787)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron authored Jul 18, 2019
1 parent 8c48dbe commit c7d01d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp_action/test/test_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class TestClient : public ::testing::Test
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();
Expand Down

0 comments on commit c7d01d7

Please sign in to comment.