Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 10, 2024
1 parent 2b03e46 commit c555d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/SearchAndSummarizeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function test_gets_user_input()
]),
]);

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

Expand Down

0 comments on commit c555d19

Please sign in to comment.