Skip to content

Commit 519e97d

Browse files
committed
Fix exception reason message
1 parent c869e6d commit 519e97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests/Exception/ResetPasswordExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function exceptionDataProvider(): \Generator
3838
];
3939
yield [
4040
new FakeRepositoryException(),
41-
'Please update the request_password_repository configuration in config/packages/reset_password.yaml to point to your "request password repository` service.',
41+
'Please update the request_password_repository configuration in config/packages/reset_password.yaml to point to your "request password repository" service.',
4242
];
4343
}
4444

0 commit comments

Comments
 (0)