Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Dec 29, 2024
1 parent ed37b70 commit 91159ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reffect/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ mod tests {
fn time() {
assert_eq!(Time::new(0, 0, 00).to_string(), "0.0");
assert_eq!(Time::new(0, 0, 1234).to_string(), "1.2");
assert_eq!(Time::new(3, 4, 567).to_string(), "3:04.6");
assert_eq!(Time::new(3, 4, 567).to_string(), "3:05");
}

#[test]
Expand Down

0 comments on commit 91159ac

Please sign in to comment.