Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f988088

Browse files
committed
'*' is still different
1 parent c4a51ab commit f988088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cds.ql.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('cds.ql → cqn', () => {
114114
SELECT: { from: { ref: ['Foo'] }, columns: [{ ref: ['*'] }] },
115115
})
116116

117-
if (cdr) expect(parsed).to.eql(fluid)
117+
if (cdr === 'all') expect(parsed).to.eql(fluid)
118118

119119
// single column, prefix and postfix, as array and function
120120
expect(CQL`SELECT a from Foo`)

0 commit comments

Comments
 (0)