This commit is contained in:
D065023
2021-10-26 11:55:33 +02:00
parent 0253300557
commit 27e82d16e0

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 {