Skip to content

Commit e46991f

Browse files
authored
Update ResetMethodTest.php
1 parent 36a2245 commit e46991f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public function testToOptionArray()
4141
{
4242
$expected = [
4343
[
44-
'value' => ResetMethod::OPTION_BY_IP_OR_EMAIL,
45-
'label' => __('By IP or Email')
44+
'value' => ResetMethod::OPTION_BY_IP_AND_EMAIL,
45+
'label' => __('By IP and Email')
4646
],
4747
[
4848
'value' => ResetMethod::OPTION_BY_IP,

0 commit comments

Comments
 (0)