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 728537d commit 2ab4fbfCopy full SHA for 2ab4fbf
tests/CloudTasksDashboardTest.php
@@ -433,7 +433,7 @@ public function when_a_job_is_released_it_will_be_updated_in_the_dashboard()
433
$task = StackkitCloudTask::firstOrFail();
434
$events = $task->getEvents();
435
436
- $this->assertCount(4, $events);
+ $this->assertCount(3, $events);
437
$this->assertEquals(
438
[
439
'status' => 'released',
0 commit comments