Skip to content

Commit

Permalink
#1331 Workflow description - fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jul 20, 2024
1 parent ec45f55 commit f2e4e2c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('WorkflowGraphFlow', () => {
const node = {
oldId: 'n2',
id: 'n2',
description: 'Some description',
executorId: 'mock',
timeout: 300,
data: {
Expand All @@ -65,6 +66,7 @@ describe('WorkflowGraphFlow', () => {
id: 'n2',
data: {
id: 'n2',
description: 'Some description',
executorId: 'mock',
timeout: 300,
data: {
Expand All @@ -84,6 +86,7 @@ describe('WorkflowGraphFlow', () => {
const node = {
oldId: 'n1',
id: 'start',
description: 'Some description',
executorId: 'mock',
timeout: 300,
data: {
Expand All @@ -98,6 +101,7 @@ describe('WorkflowGraphFlow', () => {
id: 'start',
data: {
id: 'start',
description: 'Some description',
executorId: 'mock',
timeout: 300,
data: {
Expand Down

0 comments on commit f2e4e2c

Please sign in to comment.