undo debug statement

main
Elfein Landers 2022-03-14 04:18:18 -07:00
parent 29856381e5
commit e224c5422a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ fn hex_float(h: f64) -> String {
#[test]
fn test_hex_float() {
assert_eq!["1.8", hex_float(f64::MAX)];
assert_eq!["1.8", hex_float(1.5)];
}
fn separate_units(n: usize, how_base: HowNumberBase) -> String {