From 5d1fa9c79ee90e16c9444f5095f986403f4429a3 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Mon, 16 Oct 2023 11:28:37 +0200 Subject: [PATCH] test: updateProfileInformation --- tests/Feature/ProfileInformationTest.php | 1 + 1 file changed, 1 insertion(+) 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);