We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fdcd5 commit fede4e4Copy full SHA for fede4e4
1 file changed
tests/Requests/SubscriptionTest.php
@@ -73,7 +73,7 @@ public function testPhaseJobSubscription(): void
73
[
74
new Filter('job.component.id', 'my.component'),
75
new Filter('job.configuration.id', '12345'),
76
- new Filter('phase.id', '123')
+ new Filter('phase.id', '123'),
77
]
78
);
79
self::assertSame(
0 commit comments