Skip to content
Snippets Groups Projects
Commit e8c01d39 authored by DOAN Lancelot's avatar DOAN Lancelot
Browse files

test

parent dd694a9e
No related branches found
No related tags found
No related merge requests found
Pipeline #10476 passed
...@@ -11,7 +11,7 @@ public class SphereTest { ...@@ -11,7 +11,7 @@ public class SphereTest {
@Test @Test
public void testComputeVolume() throws Exception { public void testComputeVolume() throws Exception {
Sphere mySphere = new Sphere(1.5); Sphere mySphere = new Sphere(1.5);
assertEquals(14.137166941154069, mySphere.computeVolume(), 0.0); assertEquals(9.42477796076938, mySphere.computeVolume(), 0.0);
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment