mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 12:06:58 +00:00
fix tests
This commit is contained in:
parent
54d99c9e8c
commit
72a512a59d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ import type {
|
|||
PollsRepository,
|
||||
UsersRepository,
|
||||
} from '@/models/_.js';
|
||||
import type { CacheService } from '@/core/CacheService.js';
|
||||
import { ApLogService } from '@/core/ApLogService.js';
|
||||
import { ApUtilityService } from '@/core/activitypub/ApUtilityService.js';
|
||||
import { fromTuple } from '@/misc/from-tuple.js';
|
||||
|
@ -53,6 +54,7 @@ export class MockResolver extends Resolver {
|
|||
loggerService,
|
||||
{} as ApLogService,
|
||||
{} as ApUtilityService,
|
||||
{} as CacheService,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue