diff --git a/test/cds.ql.test.js b/test/cds.ql.test.js index 80b89ab1..dd203f5c 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -289,7 +289,7 @@ describe('cds.ql → cqn', () => { 'and', { ref: ['args'] }, 'in', - { list: [{ val: 'foo' }, { val: 'bar' }, { val: 3 }] }, + { list: args.map(val => ({ val })) }, 'and', '(', //> this one is missing, and that's changing the logic -> that's a BUG { ref: ['x'] },