ran pint
This commit is contained in:
@@ -37,4 +37,4 @@ test('correct password must be provided to update password', function () {
|
||||
$response
|
||||
->assertSessionHasErrors('current_password')
|
||||
->assertRedirect('/settings/password');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -100,4 +100,4 @@ test('correct password must be provided to delete account', function () {
|
||||
->assertRedirect('/settings/profile');
|
||||
|
||||
expect($user->fresh())->not->toBeNull();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user