Skip to content

Commit 0f345af

Browse files
AC-9871 improve customer profile page
1 parent a832155 commit 0f345af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Account/EditPostTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function testExecute()
240240
->willReturn($customer);
241241

242242
$attr = 'attr1';
243-
$this->request->expects($this->exactly(5))
243+
$this->request->expects($this->exactly(3))
244244
->method('getParam')
245245
->willReturnCallback(
246246
function ($arg) use ($attr) {

0 commit comments

Comments
 (0)