Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 12, 2024
1 parent 21c900c commit d1136ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ jobs:
curl https://envoyer.io/deploy/${{ secrets.ENVOYER_FRESHJONES }}
curl https://envoyer.io/deploy/${{ secrets.ENVOYER_Q }}
curl https://envoyer.io/deploy/${{ secrets.ENVOYER_T }}
curl https://envoyer.io/deploy/${{ secrets.ENVOYER_FH }}
6 changes: 0 additions & 6 deletions tests/Feature/ReportingToolMakeSectionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ public function test_sections(): void
$dtos[11],
]);

LlmDriverFacade::shouldReceive('driver->completion')->once()->andReturn(
CompletionResponse::from([
'content' => 'foo bar',
])
);

$collection = Collection::factory()->create();

$document = Document::factory()->create([
Expand Down

0 comments on commit d1136ec

Please sign in to comment.