Skip to content

Commit

Permalink
chore: fixes slow test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 6, 2023
1 parent 90bc25c commit 800fc7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Feature/Dump.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
use function Pest\Stressless\stress;

it('can dump the result', function (): void {
$result = stress('example.com')
->dump();
$result = $this->stress->dump();

expect($result->requests()->duration()->avg)->toBeGreaterThan(0);
});

0 comments on commit 800fc7f

Please sign in to comment.