Skip to content

Commit 78592af

Browse files
committed
test: adapt test
1 parent a556da0 commit 78592af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/adp-tooling/test/unit/prompts/add-new-model

packages/adp-tooling/test/unit/prompts/add-new-model/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('getPrompts', () => {
156156

157157
expect(typeof validation).toBe('function');
158158
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.'
159+
'Data Source and SAPUI5 model with the same name was already added to the project. Rename and try again.'
160160
);
161161
});
162162

0 commit comments

Comments
 (0)