Skip to content

Commit

Permalink
feat(settings/admin/ai): 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 Jul 17, 2024
1 parent 5907662 commit b4a320a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/TaskProcessing/TaskProcessingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ protected function setUp(): void {
$this->shareManager = $this->createMock(\OCP\Share\IManager::class);

$this->manager = new Manager(
\OC::$server->get(IConfig::class),
$this->coordinator,
$this->serverContainer,
\OC::$server->get(LoggerInterface::class),
Expand Down

0 comments on commit b4a320a

Please sign in to comment.