We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb3945 commit 83a21e5Copy full SHA for 83a21e5
Tests/SnsQsProducerTest.php
@@ -165,7 +165,7 @@ public function testShouldSendSqsMessageToSqsProducer()
165
$producer->send($destination, new SnsQsMessage());
166
}
167
168
- public function testShouldSendToSqsMessageWithGroupIdAndDeduplicationId()
+ public function testShouldSendToSqsProducerMessageWithGroupIdAndDeduplicationId()
169
{
170
$sqsMock = $this->createSqsContextMock();
171
$sqsMock->method('createMessage')->willReturn(new SqsMessage());
0 commit comments