Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Oct 18, 2024
1 parent fc53f05 commit ea2b460
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`E2E bundle dereferenced-discriminator-mapping 1`] = `
exports[`E2E bundle discriminator-mapping 1`] = `
openapi: 3.1.0
info: {}
paths:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ describe('E2E', () => {
});

it('discriminator mapping should be replaced with correct references to components', () => {
const folderPath = join(__dirname, `bundle/dereferenced-discriminator-mapping`);
const folderPath = join(__dirname, `bundle/discriminator-mapping`);
const args = getParams('../../../packages/cli/src/index.ts', 'bundle', [
'main.yaml',
'--dereferenced',
Expand Down

0 comments on commit ea2b460

Please sign in to comment.