File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/query/service/tests/it/catalogs Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ async fn test_catalogs_table() -> Result<()> {
167
167
..TableMeta :: default ( )
168
168
} ,
169
169
as_dropped : false ,
170
+ auto_increments : Default :: default ( ) ,
170
171
table_properties : None ,
171
172
table_partition : None ,
172
173
} ;
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ async fn test_get_table_error_handling() -> Result<()> {
89
89
..TableMeta :: default ( )
90
90
} ,
91
91
as_dropped : false ,
92
+ auto_increments : Default :: default ( ) ,
92
93
table_properties : None ,
93
94
table_partition : None ,
94
95
} ;
@@ -220,6 +221,7 @@ async fn test_get_table_by_info_error_handling() -> Result<()> {
220
221
..TableMeta :: default ( )
221
222
} ,
222
223
as_dropped : false ,
224
+ auto_increments : Default :: default ( ) ,
223
225
table_properties : None ,
224
226
table_partition : None ,
225
227
} ;
You can’t perform that action at this time.
0 commit comments