refactor(core): Flatten Redis pubsub class hierarchy (no-changelog) (#10616)

This commit is contained in:
Iván Ovejero
2024-09-17 15:45:42 +02:00
committed by GitHub
parent c55df63abc
commit aa00d9c2ae
24 changed files with 392 additions and 335 deletions

View File

@@ -11,7 +11,7 @@ jest.useFakeTimers();
describe('WaitTracker', () => {
const executionRepository = mock<ExecutionRepository>();
const multiMainSetup = mock<MultiMainSetup>();
const orchestrationService = new OrchestrationService(mock(), mock(), mock(), multiMainSetup);
const orchestrationService = new OrchestrationService(mock(), mock(), multiMainSetup);
const execution = mock<IExecutionResponse>({
id: '123',