optimizations
This commit is contained in:
@@ -63,7 +63,7 @@ test('profile username update writes history and redirect map', function () {
|
||||
'email' => $user->email,
|
||||
]);
|
||||
|
||||
$response->assertRedirect('/user');
|
||||
$response->assertRedirect('/dashboard/profile');
|
||||
|
||||
$this->assertDatabaseHas('users', [
|
||||
'id' => $user->id,
|
||||
|
||||
Reference in New Issue
Block a user