diff --git a/test/cds.ql.test.js b/test/cds.ql.test.js index 201fad70..a8f5842d 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -303,7 +303,7 @@ describe('cds.ql → cqn', () => { 'and', { ref: ['args'] }, 'in', - { val: args }, + { list: [{ val: 'foo' }, { val: 'bar' }, { val : 3 }] }, 'and', '(', { ref: ['x'] },