Skip to content

Commit 504947a

Browse files
Merge pull request #4 from DarkLichCode/pr
修改test
2 parents 87ff0d4 + 6eda5ca commit 504947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/hard/solutiont4/src/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mod tests {
2525
("2025-01-30", "5,4,30,335,383,0"), // 春节第二天(周四),距2026年春节383天
2626

2727
// A股开盘日特殊情况
28-
("2025-02-09", "7,7,40,325,373,1"), // 周日,距2026年春节373天,A股下个开盘日为2月10日
28+
("2025-02-09", "6,7,40,325,373,1"), // 周日,距2026年春节373天,A股下个开盘日为2月10日
2929
("2025-05-01", "18,4,121,244,292,3"), // 五一劳动节,周四,A股休市,距2026年春节292天
3030
];
3131

0 commit comments

Comments
 (0)