fix(plugin-workflow): fix test case

This commit is contained in:
mytharcher 2024-08-01 10:17:19 +00:00
parent fd8c9932d4
commit 49211ab013

View File

@ -59,8 +59,11 @@ describe('workflow > cluster', () => {
const executions = await w1.getExecutions();
expect(executions.length).toBe(3);
await w1.update({
await WorkflowRepo.update({
filterByTk: w1.id,
values: {
enabled: false,
},
});
await sleep(550);