diff --git a/tests/StatTest.php b/tests/StatTest.php index 44857a8..a21abd4 100644 --- a/tests/StatTest.php +++ b/tests/StatTest.php @@ -257,7 +257,6 @@ ['b', 2] ) )->toThrow(InvalidDataInputException::class); - }); it('calculates correlation (static)', function () { @@ -291,7 +290,6 @@ }); it('calculates correlation, wrong usage (static)', function () { - expect( fn () => Stat::correlation( [9, 8, 7, 6, 5, 4, 3, 2, 1], @@ -319,5 +317,4 @@ [2, 2, 2] ) )->toThrow(InvalidDataInputException::class); - });