We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a556da0 commit 78592afCopy full SHA for 78592af
1 file changed
packages/adp-tooling/test/unit/prompts/add-new-model/index.test.ts
@@ -156,7 +156,7 @@ describe('getPrompts', () => {
156
157
expect(typeof validation).toBe('function');
158
expect(validation?.('customer.testName')).toBe(
159
- 'An Data Source and SAPUI5 model with the same name was already added to the project. Rename and try again.'
+ 'Data Source and SAPUI5 model with the same name was already added to the project. Rename and try again.'
160
);
161
});
162
0 commit comments