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 a61b9e0 commit 9cfc05dCopy full SHA for 9cfc05d
tests/TaskHandlerTest.php
@@ -499,11 +499,11 @@ public function retried_jobs_get_a_new_name()
499
CloudTasksApi::assertCreatedTaskCount(2);
500
CloudTasksApi::assertTaskCreated(function (Task $task): bool {
501
[$timestamp] = array_reverse(explode('-', $task->getName()));
502
- return $timestamp === '1685035628';
+ return $timestamp === '1685035628000';
503
});
504
505
506
- return $timestamp === '1685035629';
+ return $timestamp === '1685035629000';
507
508
}
509
0 commit comments