Skip to content

Commit e88fd72

Browse files
authored
Added missing bracket
1 parent 62cc3f4 commit e88fd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public void testCorrelationConstant() {
3131
double[] y = {4, 4, 4};
3232
int n = 3;
3333
assertEquals(0, Correlation.correlation(x, y, n), DELTA);
34+
}
3435

3536
public void testCorrelationLinearDependence() {
3637
double[] x = {1, 2, 3, 4};

0 commit comments

Comments
 (0)