From 55050a363b861b47a825cb15be58fdabdf90dbcd Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Fri, 25 Oct 2024 09:53:55 +0000 Subject: [PATCH] Fix unit test again --- test/dummy_behavior.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/dummy_behavior.cpp b/test/dummy_behavior.cpp index 9728ec4a..21d68e30 100644 --- a/test/dummy_behavior.cpp +++ b/test/dummy_behavior.cpp @@ -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));