We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c4f1c commit bede1b5Copy full SHA for bede1b5
src/test/java/com/thealgorithms/maths/AreaTest.java
@@ -19,6 +19,7 @@ void testSurfaceAreaCube() {
19
@Test
20
void testSurfaceAreaCuboid() {
21
assertEquals(214.0, Area.surfaceAreaCuboid(5, 6, 7));
22
+ }
23
24
25
void testSurfaceAreaSphere() {
0 commit comments