Skip to content

Commit

Permalink
fix: remove messageid
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Nov 22, 2023
1 parent f625d53 commit b652313
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/fixtures/specification-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ channels:
subscribe.message.0:
$ref: '#/components/messages/turnOnOff'
customMessageId:
messageId: customMessageId
payload:
type: object
subscribe.message.2:
Expand Down
1 change: 0 additions & 1 deletion test/fixtures/valid-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ channels:
components:
messages:
UserSignedUp:
messageId: UserSignedUp
payload:
type: object
properties:
Expand Down
1 change: 0 additions & 1 deletion test/integration/generate/fromTemplate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ describe('template', () => {
fs.writeFileSync(path.join(pathToOutput, 'random.md'), '');
});
test
.skip()
.stderr()
.command([...generalOptions, '--output=./test/docs/2'])
.it(
Expand Down

0 comments on commit b652313

Please sign in to comment.