diff --git a/tests/common/bakery_chain/order.rs b/tests/common/bakery_chain/order.rs index 82b02deee4..fa7c4f0d5c 100644 --- a/tests/common/bakery_chain/order.rs +++ b/tests/common/bakery_chain/order.rs @@ -15,7 +15,7 @@ pub struct Model { pub total: Decimal, pub bakery_id: i32, pub customer_id: i32, - pub placed_at: DateTime, + pub placed_at: DateTimeWithTimeZone, } #[derive(Copy, Clone, Debug, EnumIter, DeriveColumn)]