Skip to content

Commit 1f8ca08

Browse files
Fix typos in test_resource_manager.cpp (#1609)
1 parent 7be0c6a commit 1f8ca08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware_interface_testing/test/test_resource_manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ void test_load_and_initialized_components_failure(const std::string & urdf)
137137
EXPECT_FALSE(rm.command_interface_exists("joint3/max_acceleration"));
138138
}
139139

140-
TEST_F(ResourceManagerTest, test_unitilizable_hardware)
140+
TEST_F(ResourceManagerTest, test_uninitializable_hardware)
141141
{
142-
SCOPED_TRACE("test_unitilizable_hardware_no_validation");
142+
SCOPED_TRACE("test_uninitializable_hardware_no_validation");
143143
// If the the hardware can not be initialized and load_and_initialize_components didn't try to
144144
// validate the interfaces, the interface should not show up
145145
test_load_and_initialized_components_failure(

0 commit comments

Comments
 (0)