Skip to content

Commit 5ac76b2

Browse files
committed
Derp
1 parent 163a6f0 commit 5ac76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Tests/Symfony/ContainerProcessorRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testThrowErrorIfServiceDoesNotImplementProcessorReturnType()
7171
$this->expectException(\TypeError::class);
7272
// Exception messages vary slightly between versions
7373
$this->expectExceptionMessageMatches(
74-
'/Return value of Enqueue\\Symfony\\ContainerProcessorRegistry::get\(\) .+ Interop\\Queue\\Processor, .*stdClass returned/'
74+
'/Enqueue\\Symfony\\ContainerProcessorRegistry::get\(\) .+ Interop\\Queue\\Processor, .*stdClass returned/'
7575
);
7676

7777
$registry->get('processor-name');

0 commit comments

Comments
 (0)