Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
schneems and edmorley authored Feb 12, 2024
1 parent 8be7f90 commit acf3f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libherokubuildpack/src/buildpack_output/duration_format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mod test {
fn test_display_duration() {
let duration = Duration::ZERO;
assert_eq!(human(&duration), "< 0.1s");

let duration = Duration::from_millis(99);
assert_eq!(human(&duration), "< 0.1s");

Expand Down

0 comments on commit acf3f77

Please sign in to comment.