Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit c4a51ab

Browse files
committed
fixed test
1 parent f583766 commit c4a51ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cds.ql.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe('cds.ql → cqn', () => {
325325
'and',
326326
{ ref: ['args'] },
327327
'in',
328-
{ val: args },
328+
{ list: args.map(val => ({ val })) },
329329
'and',
330330
'(',
331331
{ ref: ['x'] },

0 commit comments

Comments
 (0)