feat: name format
This commit is contained in:
parent
50ebc54551
commit
2f33919f8b
|
|
@ -18,7 +18,7 @@ it('sends a verification email when a user registers', function () {
|
|||
Notification::fake();
|
||||
|
||||
$this->postJson('/api/auth/register', [
|
||||
'name' => 'Léon',
|
||||
'name' => 'Leon',
|
||||
'email' => 'leon@example.com',
|
||||
'password' => 'password',
|
||||
'physicalActivityLevel' => PhysicalActivityLevel::LIGHTLY_ACTIVE->value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue