From 3bd9948f8c95cfc9be56c9b3314cc533485895a7 Mon Sep 17 00:00:00 2001 From: Sam Samai Date: Thu, 22 Jul 2021 21:26:01 +1000 Subject: [PATCH] Point pg_tests to common::bakery_chain files --- tests/pg_tests.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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