mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat(settings/admin/ai): fix tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
49e5399ded
commit
d37dd4b9a9
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ class TaskProcessingTest extends \Test\TestCase {
|
|||
$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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue