mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
feat(task-streaming): fix tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
a23a420260
commit
7c8a8b0408
1 changed files with 2 additions and 0 deletions
|
|
@ -855,6 +855,7 @@ class TaskProcessingTest extends \Test\TestCase {
|
|||
Server::get(IUserSession::class),
|
||||
Server::get(ICacheFactory::class),
|
||||
Server::get(IFactory::class),
|
||||
Server::get(ITimeFactory::class),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -1595,6 +1596,7 @@ class TaskProcessingTest extends \Test\TestCase {
|
|||
Server::get(IUserSession::class),
|
||||
Server::get(ICacheFactory::class),
|
||||
Server::get(IFactory::class),
|
||||
Server::get(ITimeFactory::class),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue