Skip to content

Commit a522c69

Browse files
akaashakaash
authored andcommitted
ACQE-4879 | Static test fix
1 parent d17d461 commit a522c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml/UserResetPasswordEmailTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function testEnablePasswordChangeFrequencyLimit(): void
145145
$this->assertSessionMessages(
146146
$this->equalTo(
147147
['We received too many requests for password resets.'
148-
. ' Please wait and try again later or contact hello@example.com.']
148+
. ' Please wait and try again later or contact hello@example.com.']
149149
),
150150
MessageInterface::TYPE_ERROR
151151
);

0 commit comments

Comments
 (0)