mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
materialized views - passed test work CockroachDB #123
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user