Skip to content

Commit 8fbebea

Browse files
committed
test: fix GuestAvatar mock in OpenProjectAPIServiceTest
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent dd2baba commit 8fbebea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/Service/OpenProjectAPIServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ private function getOpenProjectAPIService(
765765
->willReturn(
766766
new GuestAvatar(
767767
'test',
768+
$this->createMock(\OCP\IConfig::class),
768769
$this->createMock(LoggerInterface::class)
769770
)
770771
);

0 commit comments

Comments
 (0)