Skip to content

Commit

Permalink
Update asyncapiMetadata.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RoshniNaveenaS committed Jul 15, 2024
1 parent 77850bb commit 1dfe5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/compile/asyncapiMetadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ describe('asyncapi export: presets and annotations', () => {
cds.env.export.asyncapi = {};
const csn = cds.compile.to.csn(inputCDS);
const generatedAsyncAPI = toAsyncAPI(csn);
expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.@cap-js/asyncapi')
expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.cap-js-asyncapi')
});
});

0 comments on commit 1dfe5c2

Please sign in to comment.