FormatChecks #2

Merged
rboullard merged 8 commits from FormatChecks into Development 2026-01-28 16:41:08 +00:00
Showing only changes of commit 827cb72021 - Show all commits

View File

@@ -18,8 +18,7 @@ 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);
} }