Skip to content

Commit

Permalink
Break unit test to test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Oct 25, 2024
1 parent c2741d8 commit 723cd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dummy_behavior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class DummyBehaviorTest : public ::testing::Test {
};

TEST_F(DummyBehaviorTest, BasicInterface) {
EXPECT_TRUE(false);

EXPECT_EQ(expected_command, testBehaviorTrue.getCommand(time));
EXPECT_TRUE(testBehaviorTrue.checkCommitmentCondition(time));
EXPECT_TRUE(testBehaviorTrue.checkInvocationCondition(time));
Expand Down

0 comments on commit 723cd9f

Please sign in to comment.