Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 30, 2024
1 parent f3c3122 commit 6d70a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod dynamic {
);
assert_eq!(
format!("{}", unit.display(100_002, Some(7_500_000), None)),
"100.0k/7.5M objects [1%]"
"100.0K/7.5M objects [1%]"
);
assert_eq!(format!("{}", unit.display(100_002, None, None)), "100.0k objects");
}
Expand Down

0 comments on commit 6d70a61

Please sign in to comment.