Skip to content

Commit 1dfe5c2

Browse files
Update asyncapiMetadata.test.js
1 parent 77850bb commit 1dfe5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/compile/asyncapiMetadata.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ describe('asyncapi export: presets and annotations', () => {
9292
cds.env.export.asyncapi = {};
9393
const csn = cds.compile.to.csn(inputCDS);
9494
const generatedAsyncAPI = toAsyncAPI(csn);
95-
expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.@cap-js/asyncapi')
95+
expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.cap-js-asyncapi')
9696
});
9797
});

0 commit comments

Comments
 (0)