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));