Skip to content

Commit dd0fe27

Browse files
committed
ACP2E-3490: Product Content Type in Page Builder Gets Collapsed Without Correct Messages
1 parent 097518f commit dd0fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogWidget/Test/Unit/Block/Product/ProductsListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public function testTrimHtml()
464464

465465
$collection = $this->getCollection();
466466
$this->getConditionsForCollection($collection);
467-
$this->productsList->setDat('html', ' ');
467+
$this->productsList->setData('html', ' ');
468468

469469
$this->assertEquals('', $this->productsList->toHtml());
470470
}

0 commit comments

Comments
 (0)