Skip to content

Commit

Permalink
Fix in the meantime renamed class names
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 4, 2023
1 parent e17d616 commit edd01c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware_interface/test/test_resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ TEST_F(ResourceManagerTest, managing_controllers_reference_interfaces)
rm.make_controller_reference_interfaces_unavailable("unknown_controller"), std::out_of_range);
}

class TestResourceManagerReadWriteError : public TestResourceManager
class TestResourceManagerReadWriteError : public ResourceManagerTest
{
public:
void setup_resource_manager_and_do_initial_checks()
Expand Down Expand Up @@ -1604,7 +1604,7 @@ TEST_F(TestResourceManagerReadWriteError, handle_error_on_hardware_write)
std::bind(&hardware_interface::ResourceManager::read, rm, _1, _2), WRITE_FAIL_VALUE);
}

TEST_F(TestResourceManager, test_caching_of_controllers_to_hardware)
TEST_F(ResourceManagerTest, test_caching_of_controllers_to_hardware)
{
hardware_interface::ResourceManager rm(ros2_control_test_assets::minimal_robot_urdf, false);
activate_components(rm);
Expand Down

0 comments on commit edd01c6

Please sign in to comment.