Skip to content

Commit fe04d54

Browse files
author
Mastiuhin Olexandr
committed
MAGETWO-94306: Fixing issue with getSize function not recalculating after adding filters
1 parent 26b2101 commit fe04d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/_files/few_simple_products_rollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
try {
2222
for ($i = 1; $i <= $productsAmount; $i++) {
23-
/** @var \Magento\Catalog\Model\Product $product */
23+
/** @var \Magento\Catalog\Api\Data\ProductInterface $product */
2424
$product = $productRepository->get("Product{$i}", false, null, true);
2525
$productRepository->delete($product);
2626
}

0 commit comments

Comments
 (0)