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 9693f8e commit 0651d4cCopy full SHA for 0651d4c
app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel/QueueTest.php
@@ -293,7 +293,8 @@ function ($arg1, $arg2) use ($tableNames) {
293
->method('assemble')
294
->willReturn(
295
'SELECT message_id FROM queue_message_status WHERE status = ' .
296
- QueueManagement::MESSAGE_STATUS_TO_BE_DELETED);
+ QueueManagement::MESSAGE_STATUS_TO_BE_DELETED
297
+ );
298
299
$connection->expects($this->once())->method('delete')
300
->with(
0 commit comments