Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <github@dartcafe.de>
  • Loading branch information
dartcafe committed Jan 29, 2024
1 parent e6d3c40 commit 0d80a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Db/VoteMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function setUp(): void {

$this->userMapper = new UserMapper($this->con, $this->session, $this->userSession, $this->userManager, $this->logger);
$this->pollMapper = new PollMapper($this->con);
$this->voteMapper = new VoteMapper($this->con, $this->userMapper);
$this->voteMapper = new VoteMapper($this->con, $this->userMapper, $this->logger);
$this->optionMapper = new OptionMapper($this->con, $this->session, $this->userMapper);

$this->polls = [
Expand Down

0 comments on commit 0d80a84

Please sign in to comment.