Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jul 24, 2024
1 parent fd6f628 commit da4a6e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/typescript/apis/project/cds-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da4a6e9

Please sign in to comment.