Skip to content

Commit 38cabd3

Browse files
committed
MAGETWO-90808: [Performance] Customer Import check data does not complete
1 parent 55d4cf8 commit 38cabd3

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/CustomerImportExport/Test/Unit/Model/Import

1 file changed

+0
-1
lines changed

app/code/Magento/CustomerImportExport/Test/Unit/Model/Import/AddressTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ protected function _getModelMock()
445445
$this->createMock(\Magento\Customer\Model\AddressFactory::class),
446446
$this->createMock(\Magento\Directory\Model\ResourceModel\Region\CollectionFactory::class),
447447
$this->createMock(\Magento\Customer\Model\CustomerFactory::class),
448-
$this->createMock(\Magento\Customer\Model\ResourceModel\Address\CollectionFactory::class),
449448
$this->createMock(\Magento\Customer\Model\ResourceModel\Address\Attribute\CollectionFactory::class),
450449
new \Magento\Framework\Stdlib\DateTime(),
451450
$this->createMock(\Magento\Customer\Model\Address\Validator\Postcode::class),

0 commit comments

Comments
 (0)