fixed case

This commit is contained in:
ArnabChatterjee20k
2026-05-14 11:55:25 +05:30
parent ad0b2ebb06
commit 28d0348ef5
@@ -385,7 +385,7 @@ class PresenceRealtimeClientTest extends Scope
],
]));
$missingStatus = $this->receiveErrorMessage($client);
$this->assertStringContainsString('Payload is not valid. status is required', $missingStatus['data']['message'] ?? '');
$this->assertStringContainsString('Payload is not valid. Status is required', $missingStatus['data']['message'] ?? '');
$this->assertQuietFor(
$client,
fn (array $frame): bool => ($frame['type'] ?? null) === 'event'