diff --git a/tests/Feature/AuthenticationTest.php b/tests/Feature/AuthenticationTest.php index 772c0c3..23e77c9 100644 --- a/tests/Feature/AuthenticationTest.php +++ b/tests/Feature/AuthenticationTest.php @@ -89,6 +89,7 @@ ->set('email', 'user@example.com') ->set('password', 'secret1234') ->set('password_confirmation', 'secret1234') + ->set('name', 'John Doe') ->call('register') ->assertHasNoErrors() ->assertRedirect('/');