Skip to content

Commit acc5e91

Browse files
committed
Fix failing test
1 parent f0baa25 commit acc5e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TaskHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function it_needs_an_authorization_header()
7777
$this->expectException(CloudTasksException::class);
7878
$this->expectExceptionMessage('Missing [Authorization] header');
7979

80-
$this->handler->handle();
80+
$this->handler->handle($this->simpleJob());
8181
}
8282

8383
/** @test */

0 commit comments

Comments
 (0)