Skip to content

Commit

Permalink
doc: add comment to test_duration_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kartva committed Aug 20, 2024
1 parent 01a3642 commit b18df4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/experimental/src/duration/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ mod tests {
fn test_duration_formatter() {
let duration = Duration {
sign: DurationSign::Negative,
years: 0,
years: 0, // test always-display leading zero
months: 2,
weeks: 3,
hours: 12,
Expand Down

0 comments on commit b18df4a

Please sign in to comment.