From 85d078d5d1257e69bc83e318b1c6ea2851f017d7 Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Tue, 10 Sep 2024 12:53:59 -0400 Subject: [PATCH] fix test --- tests/Feature/DailyReportServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/DailyReportServiceTest.php b/tests/Feature/DailyReportServiceTest.php index 50106739..8e7ac0b5 100644 --- a/tests/Feature/DailyReportServiceTest.php +++ b/tests/Feature/DailyReportServiceTest.php @@ -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([