We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585d3dc commit b704787Copy full SHA for b704787
exercises/hard/solutiont4/src/tests.rs
@@ -26,7 +26,7 @@ mod tests {
26
27
// A股开盘日特殊情况
28
("2025-02-09", "6,7,40,325,373,0"), // 周日,距2026年春节373天,A股下个开盘日为2月10日
29
- ("2025-05-01", "18,4,121,244,292,5"), // 五一劳动节,周四,A股休市,距2026年春节292天
+ ("2025-05-01", "18,4,121,244,292,4"), // 五一劳动节,周四,A股休市,距2026年春节292天
30
];
31
32
// 定义一个测试函数来验证每个测试用例
0 commit comments