Skip to content

Commit 85d078d

Browse files
committed
fix test
1 parent 30a6fe4 commit 85d078d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DailyReportServiceTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function test_notify(): void
2626

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

29-
LlmDriverFacade::shouldReceive('driver->chat')
29+
LlmDriverFacade::shouldReceive('driver->setToolType->chat')
3030
->once()
3131
->andReturn(
3232
CompletionResponse::from([

0 commit comments

Comments
 (0)