Merge pull request #283 from SAP-samples/ql-changes-typo-fix
fix typo in ql changes
This commit is contained in:
@@ -91,7 +91,7 @@ describe('cds.ql → cqn', () => {
|
|||||||
.to.eql({
|
.to.eql({
|
||||||
SELECT: {
|
SELECT: {
|
||||||
one: true,
|
one: true,
|
||||||
ref: [{ id: 'Foo', where: [{ ref: ['ID'] }, '=', { val: 11 }] }],
|
from: { ref: [{ id: 'Foo', where: [{ ref: ['ID'] }, '=', { val: 11 }] }] },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user