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 authored and merge-me[bot] committed Sep 25, 2023
1 parent 7aaf0c1 commit 641bcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion test/spec/utils/properties-panel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ describe('utils/properties-panel', function() {
});


it('should not return errors for category info', async function() {
it('should not return errors for category warn', async function() {

// given
const linter = new Linter({
Expand Down

0 comments on commit 641bcbe

Please sign in to comment.