Skip to content

Commit f5c3b93

Browse files
committed
RegistrationTest updated
1 parent fe4f9d4 commit f5c3b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Feature/Auth/RegistrationTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function test_new_users_can_register()
2121
{
2222
$response = $this->post('/register', [
2323
'name' => 'Test User',
24+
'username'=>'Test Username',
2425
'email' => '[email protected]',
2526
'password' => 'password',
2627
'password_confirmation' => 'password',

0 commit comments

Comments
 (0)