Skip to content

Commit 8cbaed1

Browse files
committed
MAGETWO-82854: [Backport 2.2-develop] Fix AccountManagementTest test
fail randomly #11607
1 parent ae59093 commit 8cbaed1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/AccountManagementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,8 +1606,6 @@ public function testCreateAccountWithPasswordHashWithCustomerAddresses()
16061606
$storeId = 1;
16071607
$hash = '4nj54lkj5jfi03j49f8bgujfgsd';
16081608

1609-
$datetime = $this->prepareDateTimeFactory();
1610-
16111609
//Handle store
16121610
$store = $this->getMockBuilder(\Magento\Store\Model\Store::class)->disableOriginalConstructor()->getMock();
16131611
$store->expects($this->any())

0 commit comments

Comments
 (0)