From b349835e86afdf0422504a67d41c51a325b4b310 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 13 Sep 2023 22:47:48 +0530 Subject: [PATCH] fix(tests): "Sun" -> "Paz" --- tests/tr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tr.rs b/tests/tr.rs index fdf40b3..83be95d 100644 --- a/tests/tr.rs +++ b/tests/tr.rs @@ -138,7 +138,7 @@ fn format_tr_naive() { assert_eq!(dt.formatl("%r", locale).to_string(), "12:34:60 AM"); // 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("%s", locale).to_string(), "994552499");