Skip to content

Commit 3f58671

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-43900: Imported products with broken images link don't appear on front
1 parent 87d089e commit 3f58671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Test/Unit/Model/Import/ErrorProcessing/ProcessingErrorAggregatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function testAddErrorMessageTemplate()
130130
*/
131131
public function testIsRowInvalid($errorLevel, $rowNumber, $isValid)
132132
{
133-
$this->model->addError('systemException', $errorLevel, $rowNumber, 'Some column name', 'Message', 'Description');
133+
$this->model->addError('systemException', $errorLevel, $rowNumber, 'Column name', 'Message', 'Description');
134134
$result = $this->model->isRowInvalid($rowNumber);
135135
$this->assertEquals($isValid, $result);
136136
}

0 commit comments

Comments
 (0)