Skip to content

Commit aed2a50

Browse files
committed
fix test assertion
1 parent 9ac3b0f commit aed2a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/MakeResetPasswordTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function (string $output, string $directory) {
8787
$fs = new Filesystem();
8888
$this->assertFalse($fs->exists(sprintf('%s/config/packages/reset_password.yaml', $directory)));
8989
$this->assertStringContainsString(
90-
'Just remember to set the correct symfonycasts_reset_password: request_password_repository value.',
90+
'Just remember to set the request_password_repository in your configuration.',
9191
$output
9292
);
9393
}

0 commit comments

Comments
 (0)