Skip to content

Commit ff6c678

Browse files
alaistersoedirgo
authored andcommitted
updates tests
1 parent 4ebc8df commit ff6c678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/server/materialized-views.ts

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ test('materialized views with columns', async () => {
3737
{
3838
"columns": [
3939
{
40+
"check": null,
4041
"comment": null,
4142
"data_type": "bigint",
4243
"default_value": null,
@@ -54,6 +55,7 @@ test('materialized views with columns', async () => {
5455
"table": "todos_matview",
5556
},
5657
{
58+
"check": null,
5759
"comment": null,
5860
"data_type": "text",
5961
"default_value": null,
@@ -71,6 +73,7 @@ test('materialized views with columns', async () => {
7173
"table": "todos_matview",
7274
},
7375
{
76+
"check": null,
7477
"comment": null,
7578
"data_type": "bigint",
7679
"default_value": null,

0 commit comments

Comments
 (0)