Skip to content

Commit

Permalink
this will pass here now I have to get the actions passing
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 27, 2024
1 parent 25b6c91 commit 6309811
Show file tree
Hide file tree
Showing 2 changed files with 3,073 additions and 2,049 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/SummarizeDocumentJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function test_summary_job(): void
$data = 'Foo bar';
$dto = new \App\LlmDriver\Responses\CompletionResponse($data);

LlmDriverFacade::shouldReceive('completion')
LlmDriverFacade::shouldReceive('driver->completion')
->once()
->andReturn($dto);

Expand Down
Loading

0 comments on commit 6309811

Please sign in to comment.