Skip to content

Commit 8a6b260

Browse files
committed
fix CI
1 parent 40bc91f commit 8a6b260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ mod dynamic {
3030
);
3131
assert_eq!(
3232
format!("{}", unit.display(100_002, Some(7_500_000), None)),
33-
"100.0k/7.5M objects [1%]"
33+
"100.0K/7.5M objects [1%]"
3434
);
35-
assert_eq!(format!("{}", unit.display(100_002, None, None)), "100.0k objects");
35+
assert_eq!(format!("{}", unit.display(100_002, None, None)), "100.0K objects");
3636
}
3737
}
3838
mod range {

0 commit comments

Comments
 (0)