Skip to content

Commit

Permalink
Merge pull request #128 from thedevdojo/fix-test-registers-a-new-user
Browse files Browse the repository at this point in the history
Fix test registers a new user
  • Loading branch information
tnylea authored Sep 20, 2024
2 parents 9c0c24f + b748833 commit cae958d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/AuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
->set('email', '[email protected]')
->set('password', 'secret1234')
->set('password_confirmation', 'secret1234')
->set('name', 'John Doe')
->call('register')
->assertHasNoErrors()
->assertRedirect('/');
Expand Down

0 comments on commit cae958d

Please sign in to comment.