Skip to content

Commit 12893aa

Browse files
committed
chore: fix cs
1 parent 153de09 commit 12893aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/SubscriptionClientFunctionalTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public function testCreateInvalidSubscription(): void
4545
$client = $this->getClient();
4646
self::expectException(ClientException::class);
4747
self::expectExceptionMessage(
48-
'Invalid event type "dummy-event", valid types are: "job-failed, job-succeeded-with-warning, job-processing-long".'
48+
'Invalid event type "dummy-event", valid types are: ' .
49+
'"job-failed, job-succeeded-with-warning, job-processing-long".'
4950
);
5051
$client->createSubscription(new Subscription(
5152
'dummy-event',

0 commit comments

Comments
 (0)