Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 10, 2024
1 parent 30a6fe4 commit 85d078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/DailyReportServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function test_notify(): void

$user = User::factory()->create();

LlmDriverFacade::shouldReceive('driver->chat')
LlmDriverFacade::shouldReceive('driver->setToolType->chat')
->once()
->andReturn(
CompletionResponse::from([
Expand Down

0 comments on commit 85d078d

Please sign in to comment.