Skip to content

Commit 3795be2

Browse files
committed
add unit tests
1 parent 84f5904 commit 3795be2

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','sap.app')
95+
expect(generatedAsyncAPI).toHaveProperty('x-sap-application-namespace','customer.@cap-js/asyncapi')
9696
});
9797
});

0 commit comments

Comments
 (0)