chore: include a dummy change to trigger github actions

This commit is contained in:
Ning Sun
2026-01-26 15:36:01 +08:00
parent ce9ea815e0
commit 599e23dd8e

View File

@@ -631,7 +631,7 @@ mod tests {
let interval = IntervalMonthDayNano::new(1, 1, 1);
assert_eq!(interval.to_iso8601_string(), "P0Y1M1DT0H0M0S");
let interval = IntervalMonthDayNano::new(14, 31, 10000000000);
let interval = IntervalMonthDayNano::new(14, 31, 10_000_000_000);
assert_eq!(interval.to_iso8601_string(), "P1Y2M31DT0H0M10S");
let interval = IntervalMonthDayNano::new(14, 31, 23210200000000);