Skip to content

Commit

Permalink
Update test to BT4
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Feb 11, 2025
1 parent 5515706 commit 4ea5c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TEST_F(EmergencyStopServiceTestFixture, test_tick)
{
std::string xml_txt =
R"(
<root>
<root BTCPP_format="4">
<BehaviorTree ID="MainTree">
<EmergencyStop service_name="emergency_stop"/>
</BehaviorTree>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TEST_F(ResetMotorStopServiceTestFixture, test_tick)
{
std::string xml_txt =
R"(
<root>
<root BTCPP_format="4">
<BehaviorTree ID="MainTree">
<ResetMotorStop service_name="reset_motor_stop"/>
</BehaviorTree>
Expand Down

0 comments on commit 4ea5c33

Please sign in to comment.