Change list object in tests

This commit is contained in:
D051920
2020-08-12 10:18:12 +02:00
parent fff62e68f1
commit 04f9f2a06f

View File

@@ -303,7 +303,7 @@ describe('cds.ql → cqn', () => {
'and', 'and',
{ ref: ['args'] }, { ref: ['args'] },
'in', 'in',
{ val: args }, { list: [{ val: 'foo' }, { val: 'bar' }, { val : 3 }] },
'and', 'and',
'(', '(',
{ ref: ['x'] }, { ref: ['x'] },