Skip to content

Commit 2ab4fbf

Browse files
committed
Fix test
1 parent 728537d commit 2ab4fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CloudTasksDashboardTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public function when_a_job_is_released_it_will_be_updated_in_the_dashboard()
433433
$task = StackkitCloudTask::firstOrFail();
434434
$events = $task->getEvents();
435435

436-
$this->assertCount(4, $events);
436+
$this->assertCount(3, $events);
437437
$this->assertEquals(
438438
[
439439
'status' => 'released',

0 commit comments

Comments
 (0)