diff --git a/tests/Feature/ProfileInformationTest.php b/tests/Feature/ProfileInformationTest.php index 45dcd0f1..ce85cc2e 100644 --- a/tests/Feature/ProfileInformationTest.php +++ b/tests/Feature/ProfileInformationTest.php @@ -22,6 +22,7 @@ public function test_profile_information_can_be_updated() 'last_name' => 'Name', 'username' => 'test', 'email' => 'test@example.com', + 'orcid_id' => 'test', ]); $this->assertEquals('Test Name', $user->fresh()->name);