Fix build
All checks were successful
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 23s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 25s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 26s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 25s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 18s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 17s

This commit is contained in:
2026-01-28 15:25:31 +01:00
parent 0895c79873
commit 3ebf2d1dc5

View File

@@ -21,7 +21,6 @@ class TimeFixture: public ::testing::Test
TEST_F(TimeFixture, Year_ShouldReturnTheYear) TEST_F(TimeFixture, Year_ShouldReturnTheYear)
{ {
EXPECT_EQ(m_time.Year(), 2026); EXPECT_EQ(m_time.Year(), 2026);
EXPECT_TRUE(false);
} }
/****************************************************************************************/ /****************************************************************************************/