Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 4, 2022
1 parent 6ae3589 commit 518be76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/timestamp_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down Expand Up @@ -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")]
Expand Down

0 comments on commit 518be76

Please sign in to comment.