From f9880884124dcae03650202a752c42bef836f56c Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Aug 2021 06:48:49 +0200 Subject: [PATCH] '*' is still different --- 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 56865d86..9bf520c9 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -114,7 +114,7 @@ describe('cds.ql → cqn', () => { SELECT: { from: { ref: ['Foo'] }, columns: [{ ref: ['*'] }] }, }) - if (cdr) expect(parsed).to.eql(fluid) + if (cdr === 'all') expect(parsed).to.eql(fluid) // single column, prefix and postfix, as array and function expect(CQL`SELECT a from Foo`)