diff --git a/tests/Feature/EmailVerificationTest.php b/tests/Feature/EmailVerificationTest.php index 999ab2a..3cb156a 100644 --- a/tests/Feature/EmailVerificationTest.php +++ b/tests/Feature/EmailVerificationTest.php @@ -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,