Skip to content

Commit

Permalink
chore: rename test file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 25, 2024
1 parent 886e995 commit ac7a6f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/no-implicit-split.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RuleTester.verify('no-implicit-split', rule, {
}
},
{
moddleElement: readModdle(__dirname + '/no-implicit-split/invalid-callActivity.bpmn'),
moddleElement: readModdle(__dirname + '/no-implicit-split/invalid-call-activity.bpmn'),
report: {
id: 'Element',
message: 'Flow splits implicitly'
Expand Down

0 comments on commit ac7a6f6

Please sign in to comment.