Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobaptista authored and github-actions[bot] committed Sep 8, 2022
1 parent b8ac2d6 commit a15822f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Extensions/SlowestTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class SlowestTests implements BeforeFirstTestHook, AfterTestHook, AfterLastTestH
public function __construct(public int $show = 10, public array $threshold = [
'success' => 0.1,
'warning' => 1,
]) {
])
{
$this->components = new Components();
}

Expand Down

0 comments on commit a15822f

Please sign in to comment.