Skip to content

Commit 9cbb52c

Browse files
committed
tests: fixes used domain
1 parent 249c361 commit 9cbb52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use function Pest\Stressless\stress;
66

77
uses()->beforeEach(function (): void {
8-
$this->stress = $_SERVER['stress'] ??= stress('example.com')
8+
$this->stress = $_SERVER['stress'] ??= stress('laravel.com')
99
->concurrently(2)
1010
->for(1)->second();
1111

0 commit comments

Comments
 (0)