Skip to content

Commit

Permalink
Remove commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Nov 23, 2023
1 parent 3632a2c commit 80f3955
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/structure/tfc/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ mod tests {
assert_eq!(dt, dt_storage)
}

/*
#[test]
fn integer_and_fraction() {
let vec = integer_and_fraction_to_storage(true, Integer::from(-322704000), None);
let (int, is_pos) = storage_to_bigint_and_sign(vec.to_bytes());
let fract = decode_fraction(vec);
}*/

#[test]
fn no_time_ns() {
let year: i32 = 1959;
Expand Down

0 comments on commit 80f3955

Please sign in to comment.