From da4a6e988be3f970c5ab3daef9a697a88f9a925f Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Wed, 24 Jul 2024 15:05:16 +0200 Subject: [PATCH] Fix test --- test/typescript/apis/project/cds-test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/typescript/apis/project/cds-test.ts b/test/typescript/apis/project/cds-test.ts index 41831971..7cbd523c 100644 --- a/test/typescript/apis/project/cds-test.ts +++ b/test/typescript/apis/project/cds-test.ts @@ -17,6 +17,10 @@ test.data.autoReset(true) await test.data.delete() await test.data.reset() -test.cds === cds // same type +test.cds.ql === cds.ql +test.cds.ApplicationService === cds.ApplicationService +test.cds.get === cds.get +//test.cds === cds // same type + const {server, url} = await test