@ -122,4 +122,9 @@ mod tests {
fn test_format_filesize_megabytes() {
assert_eq!(format_filesize(69420420), "69MB");
}
#[test]
fn test_format_filesize_gigabytes() {
assert_eq!(format_filesize(69420420420), "69GB");