Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugelka authored Jun 3, 2024
1 parent b85badc commit 0d03a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ TEST(SwimmingpoolTest, checkFencePrice) {
Circle poolAndRoadCircle = Circle(10.0 + 5.0);
double expected = 2000 * poolAndRoadCircle.getFerence();
EXPECT_DOUBLE_EQ(price, expected);
}
}

0 comments on commit 0d03a66

Please sign in to comment.