Skip to content

Commit e36bf19

Browse files
committed
Fix test conflicts
1 parent 1aa14d7 commit e36bf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/integrations/datafusion/src/table/table_provider_factory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ mod tests {
241241
options: Default::default(),
242242
table_partition_cols: Default::default(),
243243
order_exprs: Default::default(),
244-
constraints: Constraints::empty(),
244+
constraints: Constraints::default(),
245245
column_defaults: Default::default(),
246246
if_not_exists: Default::default(),
247247
temporary: false,

0 commit comments

Comments
 (0)