Skip to content

Commit adb741f

Browse files
committed
Fix test
1 parent 048876e commit adb741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Auth/PasswordConfirmationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function test_confirm_password_screen_can_be_rendered()
1919

2020
$response->assertStatus(200);
2121
$response->assertInertia(fn (Assert $page) => $page
22-
->component('auth/ConfirmPassword')
22+
->component('auth/confirm-password')
2323
);
2424
}
2525

0 commit comments

Comments
 (0)