Skip to content

Commit cfbabf7

Browse files
DrauzJuOskarStark
andcommitted
Update src/platform/tests/Bridge/Gemini/Gemini/ResultConverterTest.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent dcd9ae0 commit cfbabf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/tests/Bridge/Gemini/Gemini/ResultConverterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ public function testReturnsToolCallEvenIfMultipleContentPartsAreGiven()
7474
$this->assertCount(1, $result->getContent());
7575
$toolCall = $result->getContent()[0];
7676
$this->assertInstanceOf(ToolCall::class, $toolCall);
77-
$this->assertEquals('1234', $toolCall->id);
77+
$this->assertSame('1234', $toolCall->id);
7878
}
7979
}

0 commit comments

Comments
 (0)