fixed test

This commit is contained in:
Daniel
2021-08-26 06:45:31 +02:00
committed by Daniel Hutzel
parent f58376607a
commit c4a51ab719

View File

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