Skip to content

Commit

Permalink
chore: adjust no-signal-event-subprocess error message to changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Sep 25, 2023
1 parent df20b03 commit 6b7338b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/utils/error-messages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('utils/error-messages', function() {
const errorMessage = getErrorMessage(report, 'Camunda Cloud', executionPlatformVersion);

// then
expect(errorMessage).to.equal('A <Signal Start Event> in a <Sub Process> is not supported by Camunda 8.2');
expect(errorMessage).to.equal('A <Signal Start Event> in a <Sub Process> is only supported by Camunda 8.3 or newer');
});

});
Expand Down

0 comments on commit 6b7338b

Please sign in to comment.