compiletime error in test fixed

This commit is contained in:
filipriec
2025-07-23 00:43:11 +02:00
parent 00ed0cf796
commit 8a6a584cf3
3 changed files with 8 additions and 23 deletions

View File

@@ -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()),
};