Skip to content

Commit

Permalink
Fix unit test again
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 5, 2024
1 parent 9194376 commit d62461b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/dummy_behavior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ 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 d62461b

Please sign in to comment.