fix(tests): "Sun" -> "Paz"

This commit is contained in:
Erica Marigold 2023-09-13 22:47:48 +05:30 committed by GitHub
parent 96589fa5eb
commit b349835e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ fn format_tr_naive() {
assert_eq!(dt.formatl("%r", locale).to_string(), "12:34:60 AM"); assert_eq!(dt.formatl("%r", locale).to_string(), "12:34:60 AM");
// date & time specifiers // date & time specifiers
assert_eq!(dt.formatl("%c", locale).to_string(), "Sun Tem 8 00:34:60 2001"); assert_eq!(dt.formatl("%c", locale).to_string(), "Paz Tem 8 00:34:60 2001");
// assert_eq!(dt.formatl("%+", locale).to_string(), "2001-07-08T00:34:60.026490708+09:30"); // assert_eq!(dt.formatl("%+", locale).to_string(), "2001-07-08T00:34:60.026490708+09:30");
assert_eq!(dt.formatl("%s", locale).to_string(), "994552499"); assert_eq!(dt.formatl("%s", locale).to_string(), "994552499");