From 1dfe5c2048dff92c723f819869247f948ce6edbf Mon Sep 17 00:00:00 2001 From: Roshni Naveena S Date: Mon, 15 Jul 2024 14:39:21 +0530 Subject: [PATCH] Update asyncapiMetadata.test.js --- test/lib/compile/asyncapiMetadata.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/compile/asyncapiMetadata.test.js b/test/lib/compile/asyncapiMetadata.test.js index 7dc3ab7..6233605 100644 --- a/test/lib/compile/asyncapiMetadata.test.js +++ b/test/lib/compile/asyncapiMetadata.test.js @@ -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') }); });