We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9bbef commit 6d3629eCopy full SHA for 6d3629e
src/test/java/com/thealgorithms/maths/MeansTest.java
@@ -264,6 +264,6 @@ void testMeansRelationship() {
264
265
assertTrue(harmonic <= geometric, "Harmonic mean should be ≤ geometric mean");
266
assertTrue(geometric <= arithmetic, "Geometric mean should be ≤ arithmetic mean");
267
- assertTrue(arithmetic <= quadratic, "Arithmetic mean should be ≤ quadratic mean");
+ assertTrue(arithmetic <= quadratic, "Arithmetic mean should be ≤ quadratic mean");
268
}
269
0 commit comments