Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasqueck committed Sep 7, 2023
1 parent fea46a9 commit 495cec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/adp-tooling/test/unit/preview/adp-preview.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ describe('AdaptationProject', () => {
await adp.init(JSON.parse(descriptorVariant));
expect(adp.descriptor).toEqual(mockMergedDescriptor);
expect(adp.resources).toEqual({
'adp.extension': 'adp/extension',
'sap.reuse.lib': '/sap/reuse/lib',
'the.original.app': mockMergedDescriptor.url
});
Expand Down

0 comments on commit 495cec8

Please sign in to comment.