Skip to content

Commit

Permalink
remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Dec 19, 2023
1 parent 36ec2e7 commit f701d5b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/integration/generate/models.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ describe('models', () => {
stopMockServer();
rimraf.sync(outputDir);
});
describe('should handle AsyncAPI v3 document correctly', () => {
test
.stderr()
.stdout()
.command([
...generalOptions, 'typescript', asyncapiv3])
.it('give error', (ctx, done) => {
expect(ctx.stderr).to.contain('Error: Generate Models command does not support AsyncAPI v3 yet, please checkout https://github.com/asyncapi/modelina/issues/1376\n');
done();
});
});
test
.stderr()
.stdout()
Expand Down

0 comments on commit f701d5b

Please sign in to comment.