We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77850bb commit 1dfe5c2Copy full SHA for 1dfe5c2
test/lib/compile/asyncapiMetadata.test.js
@@ -92,6 +92,6 @@ describe('asyncapi export: presets and annotations', () => {
92
cds.env.export.asyncapi = {};
93
const csn = cds.compile.to.csn(inputCDS);
94
const generatedAsyncAPI = toAsyncAPI(csn);
95
- expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.@cap-js/asyncapi')
+ expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.cap-js-asyncapi')
96
});
97
0 commit comments