We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd9ae0 commit cfbabf7Copy full SHA for cfbabf7
src/platform/tests/Bridge/Gemini/Gemini/ResultConverterTest.php
@@ -74,6 +74,6 @@ public function testReturnsToolCallEvenIfMultipleContentPartsAreGiven()
74
$this->assertCount(1, $result->getContent());
75
$toolCall = $result->getContent()[0];
76
$this->assertInstanceOf(ToolCall::class, $toolCall);
77
- $this->assertEquals('1234', $toolCall->id);
+ $this->assertSame('1234', $toolCall->id);
78
}
79
0 commit comments