materialized views - passed test work CockroachDB #123

This commit is contained in:
Jan Prochazka
2021-05-30 10:34:52 +02:00
parent 35fc2e0f5b
commit 433d3be8d5
3 changed files with 7 additions and 3 deletions

View File

@@ -15,11 +15,11 @@ const obj1Match = expect.objectContaining({
});
const view1Match = expect.objectContaining({
pureName: 'obj1',
columns: [
columns: expect.arrayContaining([
expect.objectContaining({
columnName: 'id',
}),
],
]),
});
describe('Object analyse', () => {