diff --git a/Bigfoot/Tests/System/Time.cpp b/Bigfoot/Tests/System/Time.cpp index 6a9b602..38cc795 100644 --- a/Bigfoot/Tests/System/Time.cpp +++ b/Bigfoot/Tests/System/Time.cpp @@ -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); }