cargo fmt
This commit is contained in:
parent
472bfa9964
commit
83e2cad753
@ -927,7 +927,9 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn assert_largest_fractions() {
|
fn assert_largest_fractions() {
|
||||||
let fractions = fractional_part_from_subsec_ns(FractionalResolution::SixtyNs, 10u64.pow(9) - 1).unwrap();
|
let fractions =
|
||||||
|
fractional_part_from_subsec_ns(FractionalResolution::SixtyNs, 10u64.pow(9) - 1)
|
||||||
|
.unwrap();
|
||||||
// The value can not be larger than representable by 3 bytes
|
// The value can not be larger than representable by 3 bytes
|
||||||
// Assert that the maximum resolution can be reached
|
// Assert that the maximum resolution can be reached
|
||||||
assert_eq!(fractions.1, 2_u32.pow(3 * 8) - 2);
|
assert_eq!(fractions.1, 2_u32.pow(3 * 8) - 2);
|
||||||
|
Loading…
Reference in New Issue
Block a user