Skip to content

Commit

Permalink
chore: remove .
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jul 25, 2023
1 parent 9c6b4ba commit 2949e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rules/camunda-cloud/collapsed-subprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = skipInNonExecutableProcess(function() {
const node = di.bpmnElement;

const error = {
message: `A <${ node.$type }> must be expanded.`,
message: `A <${ node.$type }> must be expanded`,
data: {
type: ERROR_TYPES.ELEMENT_COLLAPSED_NOT_ALLOWED,
node: node,
Expand Down
8 changes: 4 additions & 4 deletions test/camunda-cloud/collapsed-subprocess.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const invalid = [
`)),
report: {
id: 'SubProcess_1',
message: 'A <bpmn:SubProcess> must be expanded.',
message: 'A <bpmn:SubProcess> must be expanded',
data: {
type: ERROR_TYPES.ELEMENT_COLLAPSED_NOT_ALLOWED,
node: 'SubProcess_1',
Expand All @@ -101,7 +101,7 @@ const invalid = [
`)),
report: {
id: 'SubProcess_1',
message: 'A <bpmn:SubProcess> must be expanded.',
message: 'A <bpmn:SubProcess> must be expanded',
data: {
type: ERROR_TYPES.ELEMENT_COLLAPSED_NOT_ALLOWED,
node: 'SubProcess_1',
Expand All @@ -124,7 +124,7 @@ const invalid = [
`)),
report: {
id: 'SubProcess_1',
message: 'A <bpmn:SubProcess> must be expanded.',
message: 'A <bpmn:SubProcess> must be expanded',
data: {
type: ERROR_TYPES.ELEMENT_COLLAPSED_NOT_ALLOWED,
node: 'SubProcess_1',
Expand All @@ -150,7 +150,7 @@ const invalid = [
`)),
report: {
id: 'SubProcess_1',
message: 'A <bpmn:AdHocSubProcess> must be expanded.',
message: 'A <bpmn:AdHocSubProcess> must be expanded',
data: {
type: ERROR_TYPES.ELEMENT_COLLAPSED_NOT_ALLOWED,
node: 'SubProcess_1',
Expand Down

0 comments on commit 2949e42

Please sign in to comment.