Skip to content

Commit

Permalink
Fix message label
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Feb 25, 2022
1 parent ff27e1c commit 819947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RuleTester.verify('id-required', idRequiredRule, {
moddleElement: readModdle('./test-diagrams/id-required.invalid.bpmn'),
report: {
id: null,
message: 'Element is missing ID'
message: 'Element is missing ID bpmn:Task'
}
}
]
Expand Down

0 comments on commit 819947b

Please sign in to comment.