Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't restart SequenceStar on halt #329

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in test name
  • Loading branch information
Affonso-Gui committed Jan 19, 2022
commit 158846913342e221368c39f58d94f60476c7a1ba
2 changes: 1 addition & 1 deletion tests/gtest_sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ TEST_F(ComplexSequenceWithMemoryTest, ConditionsTrue)
ASSERT_EQ(NodeStatus::IDLE, action_2.status());
}

TEST_F(ComplexSequenceWithMemoryTest, Conditions1ToFase)
TEST_F(ComplexSequenceWithMemoryTest, Conditions1ToFalse)
{
BT::NodeStatus state = root.executeTick();

Expand Down