Skip to content

Commit be3db36

Browse files
author
Robert He
committed
MAGETWO-56804: [Backport] Product catalog Import/export - Date & Timezone issue - for 2.1
- backport changes to fix timezone issues with import/export
1 parent 8d6cfc3 commit be3db36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/CatalogImportExport/Test/Unit/Model/Export/ProductTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@ protected function setUp()
343343
$this->attributeColFactory,
344344
$this->typeFactory,
345345
$this->linkTypeProvider,
346-
$this->rowCustomizer,
347-
$this->metadataPool
346+
$this->rowCustomizer
348347
);
349348

350349
$this->object = new StubProduct();

0 commit comments

Comments
 (0)