Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 13, 2024
1 parent d1136ec commit f3b6903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Feature/OrchestrateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ public function test_tool_standards_checker(): void
'prompt' => 'TLDR it for me',
])
);
$mock->shouldReceive('runAsBatch')
->once()
->andReturn(false);
})
);

Expand Down

0 comments on commit f3b6903

Please sign in to comment.