Skip to content

Commit 9d39fdc

Browse files
author
alexanderonatskiy
committed
renamed test
1 parent ca0bf22 commit 9d39fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/snsqs/Tests/SnsQsProducerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function testShouldSendSqsMessageToSqsProducer()
165165
$producer->send($destination, new SnsQsMessage());
166166
}
167167

168-
public function testShouldSendToSqsMessageWithGroupIdAndDeduplicationId()
168+
public function testShouldSendToSqsProducerMessageWithGroupIdAndDeduplicationId()
169169
{
170170
$sqsMock = $this->createSqsContextMock();
171171
$sqsMock->method('createMessage')->willReturn(new SqsMessage());

0 commit comments

Comments
 (0)