pint/lint

This commit is contained in:
Bob Molitor
2025-10-20 22:10:08 +02:00
parent 4dc36a768e
commit aa23eec392
16 changed files with 21 additions and 19 deletions
@@ -36,4 +36,4 @@ test('correct password must be provided to update password', function () {
->call('updatePassword');
$response->assertHasErrors(['current_password']);
});
});
+1 -1
View File
@@ -72,4 +72,4 @@ test('correct password must be provided to delete account', function () {
$response->assertHasErrors(['password']);
expect($user->fresh())->not->toBeNull();
});
});
@@ -67,4 +67,4 @@ test('two factor authentication disabled when confirmation abandoned between req
'two_factor_secret' => null,
'two_factor_recovery_codes' => null,
]);
});
});