create(); User::factory()->create([ 'username' => 'testuser', 'first_name' => 'Test', 'last_name' => 'User', 'email' => 'test@example.com', ]); } }