Merge pull request #283 from SAP-samples/ql-changes-typo-fix

fix typo in ql changes
This commit is contained in:
Dr. David A. Kunz
2021-10-26 11:57:44 +02:00
committed by GitHub

View File

@@ -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 {