We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be0c6a commit 1f8ca08Copy full SHA for 1f8ca08
hardware_interface_testing/test/test_resource_manager.cpp
@@ -137,9 +137,9 @@ void test_load_and_initialized_components_failure(const std::string & urdf)
137
EXPECT_FALSE(rm.command_interface_exists("joint3/max_acceleration"));
138
}
139
140
-TEST_F(ResourceManagerTest, test_unitilizable_hardware)
+TEST_F(ResourceManagerTest, test_uninitializable_hardware)
141
{
142
- SCOPED_TRACE("test_unitilizable_hardware_no_validation");
+ SCOPED_TRACE("test_uninitializable_hardware_no_validation");
143
// If the the hardware can not be initialized and load_and_initialize_components didn't try to
144
// validate the interfaces, the interface should not show up
145
test_load_and_initialized_components_failure(
0 commit comments