Change list object in tests

This commit is contained in:
D051920
2020-08-12 10:39:20 +02:00
parent 04f9f2a06f
commit 53527aac50

View File

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