Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Feb 18, 2025
1 parent 76c8b79 commit b6ba87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Service/ProvisioningServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testProvisionUserAutoProvisioning(): void {
->method('get')
->willReturn($user);

$backendUser->expects(self::once())
$user->expects(self::once())
->method('setDisplayName')
->with($name);
$user->expects(self::once())
Expand Down

0 comments on commit b6ba87f

Please sign in to comment.