Skip to content

Commit dee79ce

Browse files
committed
wip
1 parent 8e6fee4 commit dee79ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/js/components/ui/input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const Input = React.forwardRef<HTMLInputElement, React.ComponentProps<'input'>>(
1515
/>
1616
);
1717
});
18+
1819
Input.displayName = 'Input';
1920

2021
export { Input };

tests/Feature/Settings/ProfileUpdateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$this->assertNotNull($user->refresh()->email_verified_at);
5151
});
5252

53-
test('user can delete their account', function () {
53+
test('users can delete their account', function () {
5454
$user = User::factory()->create();
5555

5656
$response = $this

0 commit comments

Comments
 (0)