Skip to content

Commit

Permalink
adjust assertEqual flash message to nrew message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Campanario committed Mar 12, 2024
1 parent a526e78 commit 74e9399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ public function testRequestResetPasswordPostInvalidEmail()
];
$this->post('/users/request-reset-password', $data);
$this->assertResponseOk();
$this->assertFlashMessage('User [email protected] was not found');
$this->assertFlashMessage('If the account is valid, the system will send an instructional email to the address on record.');
}
}

0 comments on commit 74e9399

Please sign in to comment.