From 27e82d16e0d6337d26a4612f6b8f72426c2ad3b0 Mon Sep 17 00:00:00 2001 From: D065023 Date: Tue, 26 Oct 2021 11:55:33 +0200 Subject: [PATCH] fix typo --- 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 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 {