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 78879c2 commit 40876bcCopy full SHA for 40876bc
tests/Endpoints/TasksTest.php
@@ -155,6 +155,10 @@ public function testCancelTasksWithFilter(): void
155
public function testGetAllTasksInReverseOrder(): void
156
{
157
$startDate = new \DateTimeImmutable('now');
158
+ [$promise] = $this->seedIndex();
159
+ $this->client->waitForTask($promise['taskUid']);
160
+ [$promise2] = $this->seedIndex();
161
+ $this->client->waitForTask($promise2['taskUid']);
162
163
$tasks = $this->client->getTasks((new TasksQuery())
164
->setAfterEnqueuedAt($startDate)
0 commit comments