Skip to content

Commit 0651d4c

Browse files
committed
ACP2E-3387: [Cloud] Magento: queue message has been deleted
1 parent 9693f8e commit 0651d4c

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel

1 file changed

+2
-1
lines changed

app/code/Magento/MysqlMq/Test/Unit/Model/ResourceModel/QueueTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ function ($arg1, $arg2) use ($tableNames) {
293293
->method('assemble')
294294
->willReturn(
295295
'SELECT message_id FROM queue_message_status WHERE status = ' .
296-
QueueManagement::MESSAGE_STATUS_TO_BE_DELETED);
296+
QueueManagement::MESSAGE_STATUS_TO_BE_DELETED
297+
);
297298

298299
$connection->expects($this->once())->method('delete')
299300
->with(

0 commit comments

Comments
 (0)