From a17a978745133bc8dc5620a45f22a2ce61197839 Mon Sep 17 00:00:00 2001 From: roberto-butti Date: Mon, 21 Feb 2022 19:39:45 +0000 Subject: [PATCH] Fix styling --- tests/StatTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/StatTest.php b/tests/StatTest.php index 58ab431..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); - });