From ac24e908ff13f1a550c8cfd238bd1c67dd73d12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F?= <34089907+Barocena@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:21:34 +0300 Subject: [PATCH] fix test --- tests/tr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tr.rs b/tests/tr.rs index 516fabb..85dbd68 100644 --- a/tests/tr.rs +++ b/tests/tr.rs @@ -39,7 +39,7 @@ fn format_it() { assert_eq!(dt.formatl("%D", locale).to_string(), "07/08/01"); assert_eq!(dt.formatl("%x", locale).to_string(), "07/08/01"); assert_eq!(dt.formatl("%F", locale).to_string(), "2001-07-08"); - assert_eq!(dt.formatl("%v", locale).to_string(), " 8-Temmuz-2001"); + assert_eq!(dt.formatl("%v", locale).to_string(), " 8-Tem-2001"); // time specifiers assert_eq!(dt.formatl("%H", locale).to_string(), "00");