Skip to content

Commit e264f10

Browse files
committed
typo_DoCarVitalChecks
Signed-off-by: Antonio Mendoza Pérez <antmendoza@gmail.com>
1 parent 504a83a commit e264f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/examples/checkcarvitals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
],
4141
"defaultCondition": {
42-
"transition": "DoCarVitalsChecks"
42+
"transition": "DoCarVitalChecks"
4343
}
4444
}
4545
],

tests/examples/checkcarvitals.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('checkcarvitals workflow example', () => {
5858
.end(true)
5959
.build(),
6060
])
61-
.defaultCondition(defaultconditiondefBuilder().transition('DoCarVitalsChecks').build())
61+
.defaultCondition(defaultconditiondefBuilder().transition('DoCarVitalChecks').build())
6262
.build(),
6363
])
6464
.events([

0 commit comments

Comments
 (0)