Skip to content

Commit ea3c4e8

Browse files
Remove unused variable
1 parent 5dc5e67 commit ea3c4e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ public function testPasswordReminder()
321321
$sender = 'Sender';
322322
$senderValues = ['name' => $sender, 'email' => $sender];
323323
$storeIds = [1, 2];
324-
$defaultStoreId = reset($storeIds);
325324

326325
$this->senderResolverMock
327326
->expects($this->once())

0 commit comments

Comments
 (0)