Skip to content

Commit 0f3096e

Browse files
committed
multi client configuration
1 parent a781b3c commit 0f3096e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Tests/Symfony/ContainerProcessorRegistryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function testThrowErrorIfServiceDoesNotImplementProcessorReturnType()
6969
$registry = new ContainerProcessorRegistry($containerMock);
7070

7171
$this->expectException(\TypeError::class);
72-
$this->expectExceptionMessage('Return value of Enqueue\Symfony\ContainerProcessorRegistry::get() must implement interface Interop\Queue\Processor, instance of stdClass returned');
72+
$this->expectExceptionMessage('Return value of Enqueue\Symfony\ContainerProcessorRegistry::get() must implement interface Interop\Queue\PsrProcessor, instance of stdClass returned');
7373
$registry->get('processor-name');
7474
}
7575

0 commit comments

Comments
 (0)