diff --git a/test/tests.cpp b/test/tests.cpp index 77aa856..0e4d80b 100644 --- a/test/tests.cpp +++ b/test/tests.cpp @@ -134,4 +134,4 @@ TEST(SwimmingpoolTest, checkFencePrice) { Circle poolAndRoadCircle = Circle(10.0 + 5.0); double expected = 2000 * poolAndRoadCircle.getFerence(); EXPECT_DOUBLE_EQ(price, expected); -} \ No newline at end of file +}