mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: medium tests dependencies (#30612)
This commit is contained in:
parent
a9a99cffbf
commit
5ad1e4e0f7
4 changed files with 45 additions and 35 deletions
|
|
@ -24,7 +24,7 @@ import { getKyselyDB } from 'test/utils';
|
|||
|
||||
let isInitialized = false;
|
||||
|
||||
class WorkflowTestContext extends MediumTestContext<WorkflowExecutionService> {
|
||||
class WorkflowTestContext extends MediumTestContext<typeof WorkflowExecutionService> {
|
||||
constructor(database: Kysely<DB>) {
|
||||
super(WorkflowExecutionService, {
|
||||
database,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue