Skip to content

Commit 555f3ef

Browse files
committed
update tests
1 parent 38d3165 commit 555f3ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/compass-data-modeling/src/store/diagram.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ const model: StaticModel = {
2020
indexes: [],
2121
displayPosition: [0, 0],
2222
shardKey: {},
23-
jsonSchema: {},
23+
jsonSchema: { bsonType: 'object' },
2424
},
2525
{
2626
ns: 'collection2',
2727
indexes: [],
2828
displayPosition: [1, 1],
2929
shardKey: {},
30-
jsonSchema: {},
30+
jsonSchema: { bsonType: 'object' },
3131
},
3232
],
3333
relationships: [
@@ -87,7 +87,7 @@ describe('Data Modeling store', function () {
8787
indexes: [],
8888
displayPosition: [0, 0],
8989
shardKey: {},
90-
jsonSchema: {},
90+
jsonSchema: { bsonType: 'object' },
9191
},
9292
] as StaticModel['collections'],
9393
relationships: [] as StaticModel['relationships'],

0 commit comments

Comments
 (0)