diff --git a/test/cds.ql.test.js b/test/cds.ql.test.js index 1ff7a2b4..458c9c7e 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -91,7 +91,7 @@ describe('cds.ql → cqn', () => { .to.eql({ SELECT: { one: true, - ref: [{ id: 'Foo', where: [{ ref: ['ID'] }, '=', { val: 11 }] }], + from: { ref: [{ id: 'Foo', where: [{ ref: ['ID'] }, '=', { val: 11 }] }] }, }, }) } else {