Skip to content

Commit

Permalink
Update CandidateTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleBeau authored Jan 23, 2024
1 parent 989c1f6 commit 89a9ead
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unittests/CandidateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,7 @@ public function testGetConsents()
->method('pselectWithIndexKey')
->with(
$this->stringContains(
"SELECT ConsentID, Name, Status, DateGiven, " .
"DateWithdrawn, Label, Comment"
"SELECT ConsentID, Name, Status, DateGiven"
)
)
->willReturn($result);
Expand Down

0 comments on commit 89a9ead

Please sign in to comment.