Skip to content

Commit

Permalink
fix missing closing brace in unit test (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
schornakj committed Oct 5, 2022
1 parent 631e91d commit d84a5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gtest_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ const std::string xml_text_invalid = R"(
// THEN no tree is registered
auto trees = parser.registeredBehaviorTrees();
EXPECT_TRUE(trees.empty());
}

TEST(BehaviorTreeFactory, ParserClearRegisteredBehaviorTrees)
{
Expand Down

0 comments on commit d84a5c0

Please sign in to comment.