Skip to content

Commit

Permalink
chore: another one
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 14, 2024
1 parent 5c135ff commit c0ee214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Controller/SignalingControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ public function testLeaveRoomWithOldSession(): void {
$participant = $participantService->getParticipant($room, $this->userId, $oldSessionId);
$this->assertEquals($oldSessionId, $participant->getSession()->getSessionId());

// The user is reloading the browser which will join him with another
// The user is reloading the browser which will join them with another
// session id.
$newParticipant = $participantService->joinRoom($roomService, $room, $testUser, '');
$newSessionId = $newParticipant->getSession()->getSessionId();
Expand Down

0 comments on commit c0ee214

Please sign in to comment.