From 6eda5ca68396df919daa3fd934ad57299446dea0 Mon Sep 17 00:00:00 2001 From: DarkLich Date: Wed, 12 Feb 2025 14:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercises/hard/solutiont4/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/hard/solutiont4/src/tests.rs b/exercises/hard/solutiont4/src/tests.rs index 281d5b16..e07c4100 100644 --- a/exercises/hard/solutiont4/src/tests.rs +++ b/exercises/hard/solutiont4/src/tests.rs @@ -25,7 +25,7 @@ mod tests { ("2025-01-30", "5,4,30,335,383,0"), // 春节第二天(周四),距2026年春节383天 // A股开盘日特殊情况 - ("2025-02-09", "7,7,40,325,373,1"), // 周日,距2026年春节373天,A股下个开盘日为2月10日 + ("2025-02-09", "6,7,40,325,373,1"), // 周日,距2026年春节373天,A股下个开盘日为2月10日 ("2025-05-01", "18,4,121,244,292,3"), // 五一劳动节,周四,A股休市,距2026年春节292天 ];