We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7d24d commit d3e2fabCopy full SHA for d3e2fab
tests/Integration/Models/ThreadTest.php
@@ -88,7 +88,7 @@
88
$threadFromToday = createThreadFromToday();
89
$threadFromTwoDaysAgo = createThreadFromTwoDaysAgo();
90
91
- sleep(1);
+ $this->travelTo(Carbon::now()->addSecond());
92
93
dispatch_sync(new CreateReply(Str::uuid(), 'Hello world', User::factory()->create(), $threadFromTwoDaysAgo));
94
0 commit comments