Skip to content

Commit 486751f

Browse files
committed
MC-40833: Create automated test for: "Checking product images after Add/Update import failure"
1 parent a8d6d08 commit 486751f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ImportWithNotExistImagesTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class ImportWithNotExistImagesTest extends TestCase
3737
{
3838
/** @var string */
39-
const TOPIC = 'import_export.export';
39+
private const TOPIC = 'import_export.export';
4040

4141
/** @var ObjectManagerInterface */
4242
private $objectManager;
@@ -84,7 +84,6 @@ public static function setUpBeforeClass(): void
8484
$deleteMessages->execute(self::TOPIC);
8585
}
8686

87-
8887
/**
8988
* @inheritdoc
9089
*/

0 commit comments

Comments
 (0)