Skip to content

Commit 32d6109

Browse files
committed
ACP2E-3165: [Cloud] Getting error while checking the data in import data using CSV
- Fixed the existing unit test failure.
1 parent ef9ff9c commit 32d6109

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public function testValidateRowForUpdateGlobalCustomer(array $rowData, array $er
487487
->method('isGlobalScope')
488488
->willReturn(true);
489489

490-
$this->customerStorage->expects($this->once())
490+
$this->customerStorage->expects($this->exactly(2))
491491
->method('getCustomerIdByEmail')
492492
->willReturn(1);
493493

0 commit comments

Comments
 (0)