diff --git a/tests/pg_tests.rs b/tests/pg_tests.rs index f3ccc471..1bf0b49d 100644 --- a/tests/pg_tests.rs +++ b/tests/pg_tests.rs @@ -3,8 +3,9 @@ use sea_orm::{ Statement, }; -pub mod bakery_chain; -pub use bakery_chain::*; +pub mod common; +pub use common::bakery_chain::*; + use sea_query::{ColumnDef, TableCreateStatement}; // cargo test --test pg_tests -- --nocapture