From a11ea2b9d63eafe369a788781b5fa35e94e4e3cf Mon Sep 17 00:00:00 2001 From: CamilleBeau Date: Tue, 5 Dec 2023 11:46:07 -0500 Subject: [PATCH] alignment --- test/unittests/UserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittests/UserTest.php b/test/unittests/UserTest.php index 3ae38f133e8..5101543117a 100644 --- a/test/unittests/UserTest.php +++ b/test/unittests/UserTest.php @@ -105,7 +105,7 @@ class UserTest extends TestCase * @var array */ private $_examinerInfo = [0 => ['full_name' => 'John Doe', - 'userID' => '1', + 'userID' => '1', 'examinerID' => 1, 'radiologist' => 1 ]