Skip to content

Commit 2bf1f10

Browse files
committed
test has been updated.
1 parent c804325 commit 2bf1f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MessageQueue/Test/Unit/Console/PoisonPillApplyDuringSetupUpgradeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected function setUp(): void
155155
$this->adapterInterface->method('isTableExists')->willReturn(true);
156156
$this->adapterInterface->method('getTables')->willReturn([]);
157157
$this->adapterInterface->method('getSchemaListener')->willReturn($this->schemaListener);
158-
$this->adapterInterface->method('describeTable')->willReturn(false);
158+
$this->adapterInterface->method('describeTable')->willReturn(['flag_data'=>['DATA_TYPE'=>'mediumtext']]);
159159
$this->resourceConnection = $objectManager->getObject(\Magento\Framework\App\ResourceConnection::class);
160160
$this->schemaSetupInterface = $this->createMock(\Magento\Framework\Setup\SchemaSetupInterface::class);
161161
$this->schemaSetupInterface->method('getConnection')->willReturn($this->adapterInterface);

0 commit comments

Comments
 (0)