From c4a51ab719a138406d91db1beeb71516dc6e50ca Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Aug 2021 06:45:31 +0200 Subject: [PATCH] fixed test --- test/cds.ql.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cds.ql.test.js b/test/cds.ql.test.js index 08fb321e..56865d86 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -325,7 +325,7 @@ describe('cds.ql → cqn', () => { 'and', { ref: ['args'] }, 'in', - { val: args }, + { list: args.map(val => ({ val })) }, 'and', '(', { ref: ['x'] },