Skip to content

Commit 6c11421

Browse files
committed
snsqs client driver
1 parent 229ca2e commit 6c11421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SnsQsConnectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct($config = 'snsqs:')
6262
$this->parseOptions($config);
6363
}
6464
} else {
65-
throw new \LogicException(sprintf('The config must be either an array of options, a DSN string, null or instance of %s', AwsSnsClient::class));
65+
throw new \LogicException('The config must be either an array of options, a DSN string or null');
6666
}
6767
}
6868

Tests/Spec/SnsQsSendToAndReceiveNoWaitFromQueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @group functional
1111
* @retry 5
1212
*/
13-
class SqsSendToAndReceiveNoWaitFromQueueTest extends SendToAndReceiveNoWaitFromQueueSpec
13+
class SqsQsSendToAndReceiveNoWaitFromQueueTest extends SendToAndReceiveNoWaitFromQueueSpec
1414
{
1515
use RetryTrait;
1616
use SnsQsFactoryTrait;

0 commit comments

Comments
 (0)