Skip to content

Commit

Permalink
mark external component as async in test
Browse files Browse the repository at this point in the history
  • Loading branch information
VX792 committed Apr 5, 2023
1 parent b8e0e29 commit 1280079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware_interface/test/test_resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ TEST_F(ResourceManagerTest, post_initialization_add_components)
hardware_interface::HardwareInfo external_component_hw_info;
external_component_hw_info.name = "ExternalComponent";
external_component_hw_info.type = "actuator";
external_component_hw_info.is_async = false;
rm.import_component(std::make_unique<ExternalComponent>(), external_component_hw_info);
EXPECT_EQ(2u, rm.actuator_components_size());

Expand Down

0 comments on commit 1280079

Please sign in to comment.