Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Nov 29, 2023
1 parent 585beda commit 80ba6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Voter/ProjectVoterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testVote()
->method('getUser')
->will($this->returnValue($user));

$this->project->expects($this->once())
$this->project->expects($this->exactly(2))
->method('getPlatformUuid')
->will($this->returnValue('platform_uuid'));

Expand Down

0 comments on commit 80ba6a6

Please sign in to comment.