diff --git a/Bigfoot/Tests/System/Time.cpp b/Bigfoot/Tests/System/Time.cpp index cae0c3f..6a9b602 100644 --- a/Bigfoot/Tests/System/Time.cpp +++ b/Bigfoot/Tests/System/Time.cpp @@ -21,7 +21,6 @@ class TimeFixture: public ::testing::Test TEST_F(TimeFixture, Year_ShouldReturnTheYear) { EXPECT_EQ(m_time.Year(), 2026); - EXPECT_TRUE(false); } /****************************************************************************************/