compiletime error in test fixed
This commit is contained in:
@@ -31,7 +31,7 @@ async fn discover_steel_decimal_output(
|
||||
current_table: "test_table".to_string(),
|
||||
schema_id: 1,
|
||||
schema_name: "test_schema".to_string(),
|
||||
row_data: input_data,
|
||||
row_data: input_data.clone(),
|
||||
db_pool: Arc::new(pool.clone()),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user