fix: medium tests dependencies (#30612)

This commit is contained in:
Daniel Dietzler 2026-08-07 11:36:20 +02:00 committed by GitHub
parent a9a99cffbf
commit 5ad1e4e0f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 35 deletions

View file

@ -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,