Skip to content

Commit ea691cf

Browse files
committed
ACP2E-2902: Add/Update Import on Products Duplicating Customizable Options
- Fixed Static test failures
1 parent 3ac24e5 commit ea691cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest/ProductOptionsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,7 @@ public function testImportProductCustomOptionsOnMultipleUploads(
10481048
string $importFile,
10491049
string $sku,
10501050
int $uploadCount
1051-
): void
1052-
{
1051+
): void {
10531052
$pathToFile = __DIR__ . '/../_files/' . $importFile;
10541053

10551054
for ($count = 0; $count < $uploadCount; $count++) {

0 commit comments

Comments
 (0)