mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
This commit is contained in:
@@ -43,4 +43,3 @@ mod tests {
|
||||
assert_eq!(file_size.to_string(), "1.00 GB");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -43,4 +43,3 @@ mod tests {
|
||||
assert_eq!(net_speed.to_string(), "1.00 GB/s");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -157,4 +157,4 @@ mod tests {
|
||||
let display = UnitDisplay::new(&unit, &["B", "KB", "MB"]);
|
||||
assert_eq!(display.to_string(), "512 B");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user