GiteaCI #1

Merged
rboullard merged 14 commits from GiteaCI into Development 2026-01-28 14:29:12 +00:00
Showing only changes of commit 3ebf2d1dc5 - Show all commits

View File

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