Skip to content

Commit b6ba87f

Browse files
committed
fix tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 76c8b79 commit b6ba87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Service/ProvisioningServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testProvisionUserAutoProvisioning(): void {
154154
->method('get')
155155
->willReturn($user);
156156

157-
$backendUser->expects(self::once())
157+
$user->expects(self::once())
158158
->method('setDisplayName')
159159
->with($name);
160160
$user->expects(self::once())

0 commit comments

Comments
 (0)