compiletime error in test fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// tests/mod.rs
|
||||
|
||||
// pub mod tables_data;
|
||||
pub mod tables_data;
|
||||
pub mod common;
|
||||
pub mod table_script;
|
||||
// pub mod table_script;
|
||||
// pub mod table_definition;
|
||||
|
||||
@@ -1,22 +1,7 @@
|
||||
// tests/table_script/mod.rs
|
||||
pub mod post_scripts_integration_tests;
|
||||
// pub mod prohibited_types_test;
|
||||
// pub mod type_safety_comprehensive_tests;
|
||||
// pub mod mathematical_operations_tests;
|
||||
// pub mod comprehensive_error_scenarios_tests;
|
||||
|
||||
// // tests/table_script/mod.rs
|
||||
|
||||
// mod post_scripts_tests;
|
||||
// mod post_scripts_integration_tests;
|
||||
// mod prohibited_types_test;
|
||||
// mod type_safety_comprehensive_tests;
|
||||
// mod mathematical_operations_tests;
|
||||
// mod comprehensive_error_scenarios_tests;
|
||||
|
||||
// pub use post_scripts_tests::*;
|
||||
// pub use post_scripts_integration_tests::*;
|
||||
// pub use prohibited_types_test::*;
|
||||
// pub use type_safety_comprehensive_tests::*;
|
||||
// pub use mathematical_operations_tests::*;
|
||||
// pub use comprehensive_error_scenarios_tests::*;
|
||||
mod post_scripts_integration_tests;
|
||||
mod prohibited_types_test;
|
||||
mod type_safety_comprehensive_tests;
|
||||
mod mathematical_operations_tests;
|
||||
mod comprehensive_error_scenarios_tests;
|
||||
|
||||
@@ -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