diff --git a/tests/datetime.rs b/tests/datetime.rs index a5d5cfd7..6f40948c 100644 --- a/tests/datetime.rs +++ b/tests/datetime.rs @@ -101,8 +101,6 @@ fn test_datetime() { assert_eq!(date, Utc.ymd(2017, 6, 12).and_hms(10, 58, 30)); - assert_eq!(date, Utc.ymd(2017, 5, 10).and_hms(2, 14, 53)); - // INI let date: DateTime = s.get("ini_datetime").unwrap();