Skip to content

Commit b4debc7

Browse files
committed
fix unit test
1 parent 889e676 commit b4debc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public function testPasswordReminder(): void
347347
$customer = $this->createMock(CustomerInterface::class);
348348
$customer->expects($this->any())
349349
->method('getWebsiteId')
350-
->willReturn($self::STUB_CUSTOMER_WEBSITE_ID);
350+
->willReturn(self::STUB_CUSTOMER_WEBSITE_ID);
351351
$customer->expects($this->any())
352352
->method('getStoreId')
353353
->willReturn(self::STUB_CUSTOMER_STORE_ID);

0 commit comments

Comments
 (0)