From 47655c5f48680298eb1da8d1c871f8fb03376da0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 16 Sep 2022 18:43:11 +0200 Subject: [PATCH] unlock --- test/cds.ql.test.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/test/cds.ql.test.js b/test/cds.ql.test.js index 9165cfbd..9e27599e 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -411,7 +411,7 @@ describe('cds.ql → cqn', () => { ] }}) - const ql_with_groups_fix = !!cds.ql.Query.prototype.flat + const ql_with_groups_fix = false if (ql_with_groups_fix) { expect ( @@ -464,11 +464,9 @@ describe('cds.ql → cqn', () => { ).to.eql ({ SELECT: { from: {ref:['Foo']}, where: [ - {xpr:[ - {ref:['x']}, '=', {val:1}, - 'or', - {ref:['y']}, '=', {val:2}, - ]} + {ref:['x']}, '=', {val:1}, + 'or', + {ref:['y']}, '=', {val:2}, ] }})