Skip to content

Commit c283fce

Browse files
Update VolumeTest.java
1 parent f1fd8c1 commit c283fce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/maths/VolumeTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ public void volume() {
3535

3636
/* test frustum */
3737
assertTrue(Volume.volumeFrustumOfCone(3, 5, 7) == 359.188760060433);
38-
3938
}
40-
}
39+
}

0 commit comments

Comments
 (0)