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