Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Feb 21, 2022
2 parents 7e8c60b + a17a978 commit 475bd28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/StatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
['b', 2]
)
)->toThrow(InvalidDataInputException::class);

});

it('calculates correlation (static)', function () {
Expand Down Expand Up @@ -291,7 +290,6 @@
});

it('calculates correlation, wrong usage (static)', function () {

expect(
fn () => Stat::correlation(
[9, 8, 7, 6, 5, 4, 3, 2, 1],
Expand Down Expand Up @@ -319,5 +317,4 @@
[2, 2, 2]
)
)->toThrow(InvalidDataInputException::class);

});

0 comments on commit 475bd28

Please sign in to comment.