We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0907def commit c9fe07cCopy full SHA for c9fe07c
pkg/snsqs/Tests/SnsQsProducerTest.php
@@ -36,7 +36,7 @@ public function testCouldBeConstructedWithRequiredArguments()
36
public function testShouldThrowIfMessageIsInvalidType()
37
{
38
$this->expectException(InvalidMessageException::class);
39
- $this->expectExceptionMessage('The message must be an instance of Enqueue\SnsQs\SnsQsMessage but it is Double\Message\P1');
+ $this->expectExceptionMessage('The message must be an instance of Enqueue\SnsQs\SnsQsMessage but it is Double\Message\P4');
40
41
$producer = new SnsQsProducer($this->createSnsContextMock(), $this->createSqsContextMock());
42
0 commit comments