Skip to content

Commit dbb2a72

Browse files
committed
fix cs
1 parent a68e4ea commit dbb2a72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Firestore/tests/System/ListenTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public function testListenThrowsExceptionWithoutDatabaseHeader()
7575
{
7676
$this->expectException(ApiException::class);
7777
$this->expectExceptionMessage(
78-
'Missing required http header (\'google-cloud-resource-prefix\' or \'x-goog-request-params\') or query param \'database\'.'
78+
'Missing required http header (\'google-cloud-resource-prefix\' or \'x-goog-request-params\')'
79+
. ' or query param \'database\'.'
7980
);
8081
$database = sprintf(self::DATABASE, $this->projectId);
8182

0 commit comments

Comments
 (0)