Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti authored and actions-user committed Feb 21, 2022
1 parent 219c90f commit a17a978
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 a17a978

Please sign in to comment.