We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583b1f8 commit d9b8b7dCopy full SHA for d9b8b7d
dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Import/Product/Type/BundleTest.php
@@ -209,7 +209,7 @@ public function testBundleImportUpdateValuesWithQuestionMark(): void
209
$productId = $resource->getIdBySku(self::TEST_PRODUCT_NAME);
210
$this->assertIsNumeric($productId);
211
/** @var Product $product */
212
- $product = $this->objectManager->create(Product::class);
+ $product = $this->objectManager->create(ProductRepository::class);
213
$product->load($productId);
214
215
$this->assertFalse($product->isObjectNew());
0 commit comments