From 518be76f60c6697065902a2c0f1915e18a4a95df Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 4 Jul 2022 12:23:29 +0800 Subject: [PATCH] Update test cases --- tests/timestamp_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/timestamp_tests.rs b/tests/timestamp_tests.rs index 8d552e8257..decf2511d9 100644 --- a/tests/timestamp_tests.rs +++ b/tests/timestamp_tests.rs @@ -42,7 +42,7 @@ pub async fn create_applog(db: &DatabaseConnection) -> Result<(), DbErr> { "id": 1, "action": "Testing", "json": r#""HI""#, - "created_at": "2021-09-17T09:50:20+00:00", + "created_at": "2021-09-17T17:50:20+08:00", })) ); #[cfg(feature = "sqlx-mysql")] @@ -91,7 +91,7 @@ pub async fn create_satellites_log(db: &DatabaseConnection) -> Result<(), DbErr> "id": 1, "satellite_name": "Sea-00001-2022", "launch_date": "2022-01-07T12:11:23+00:00", - "deployment_date": "2022-01-07T12:11:23+00:00", + "deployment_date": "2022-01-07T20:11:23+08:00", })) ); #[cfg(feature = "sqlx-mysql")]