Skip to content

Commit 46d7fe9

Browse files
committed
MAGETWO-56065: [Flat] Filter Exception. Unit fix
1 parent 8f72842 commit 46d7fe9

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Table

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Table/BuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public function testAddColumn()
3838
$builder = $objectManagerHelper->getObject(
3939
\Magento\Catalog\Model\Indexer\Product\Flat\Table\Builder::class,
4040
[
41-
'connection' => $this->connectionMock
41+
'connection' => $this->connectionMock,
42+
'tableName' => $tableName
4243
]
4344
);
4445
$this->assertEquals($builder, $builder->addColumn('test', \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER));

0 commit comments

Comments
 (0)