We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09561f5 commit f616fbeCopy full SHA for f616fbe
src/test/java/com/thealgorithms/maths/AbsoluteMaxTest.java
@@ -27,5 +27,4 @@ void testGetMaxValueWithSameAbsoluteValues() {
27
assertEquals(12, AbsoluteMax.getMaxValue(-12, 9, 3, 12, 1));
28
assertEquals(12, AbsoluteMax.getMaxValue(12, 9, 3, -12, 1));
29
}
30
-
31
0 commit comments