Skip to content

Commit

Permalink
CandidateTest
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleBeau committed Jan 16, 2024
1 parent 6183fa3 commit a8c122a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unittests/CandidateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,8 @@ public function testGetConsents()
'Status' => 'done',
'DateGiven' => 'today',
'DateWithdrawn' => 'tomorrow',
'Comment' => 'test comment',
'Label' => 'Name 1',
'Label' => 'label',
'Comment' => 'comment',
]
];

Expand All @@ -1065,7 +1065,7 @@ public function testGetConsents()
->with(
$this->stringContains(
"SELECT ConsentID, Name, Status, DateGiven, " .
"DateWithdrawn, Comment, Label"
"DateWithdrawn, Label, Comment"
)
)
->willReturn($result);
Expand Down

0 comments on commit a8c122a

Please sign in to comment.