Skip to content

Commit 1875102

Browse files
authored
Update ResetMethodTest.php
1 parent 47e17a5 commit 1875102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Test/Unit/Model/Config/Source/ResetMethodTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testToOptionArray()
6363
public function testToArray()
6464
{
6565
$expected = [
66-
ResetMethod::OPTION_BY_IP_AND_EMAIL => __('By IP and Email'),
66+
ResetMethod::OPTION_BY_IP_AND_EMAIL => __('By IP and Email'),
6767
ResetMethod::OPTION_BY_IP => __('By IP'),
6868
ResetMethod::OPTION_BY_EMAIL => __('By Email'),
6969
ResetMethod::OPTION_NONE => __('None'),

0 commit comments

Comments
 (0)