From 53527aac502eb619a8de7a23b37f7ad46f5631c2 Mon Sep 17 00:00:00 2001 From: D051920 Date: Wed, 12 Aug 2020 10:39:20 +0200 Subject: [PATCH] Change list object in tests --- 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 a8f5842d..201fad70 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', - { list: [{ val: 'foo' }, { val: 'bar' }, { val : 3 }] }, + { val: args }, 'and', '(', { ref: ['x'] },