Skip to content

Commit

Permalink
Fix missed CandID ref in CandidateTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Feb 11, 2025
1 parent f954de1 commit 4ec65d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unittests/CandidateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ protected function setUp(): void
$this->_factory->setDatabase($this->_dbMock);

$this->_candidateInfo = [
'ID' => 123,
'RegistrationCenterID' => 2,
'CandID' => new CandID('969664'),
'PSCID' => 'AAA0011',
Expand Down Expand Up @@ -1193,7 +1194,7 @@ public function testParticipantStatusDescription()
"participant_status",
[
0 => [
'CandID' => '969664',
'ID' => 123,
'participant_status' => '2'
]
]
Expand Down

0 comments on commit 4ec65d1

Please sign in to comment.