Skip to content

Commit 01833d7

Browse files
committed
MAGETWO-57144: [Backport] - Unable to assign blank value to attribute #3545 #4910 #5485 - for 2.1
1 parent dc5f3f7 commit 01833d7

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function setUp()
3030
{
3131
/** @var \Magento\Framework\Indexer\IndexerInterface indexer */
3232
$this->indexer = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
33-
ґMagento\Indexer\Model\Indexer::class
33+
\Magento\Indexer\Model\Indexer::class
3434
);
3535
$this->indexer->load('catalog_category_product');
3636

0 commit comments

Comments
 (0)