Skip to content

Commit fa24324

Browse files
author
klapaudius
committed
Remove StreamableToolInterface implementation from test mock in ToolsCallHandlerTest.
1 parent c89c99c commit fa24324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Server/Request/ToolsCallHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public function test_execute_with_tool_that_is_both_streamable_and_sampling_awar
762762
$progressNotifier = $this->createMock(ProgressNotifier::class);
763763

764764
// Create a tool that implements both interfaces
765-
$combinedTool = new class implements SamplingAwareToolInterface, StreamableToolInterface
765+
$combinedTool = new class implements SamplingAwareToolInterface
766766
{
767767
private ?ProgressNotifierInterface $progressNotifier = null;
768768

0 commit comments

Comments
 (0)