Skip to content

Commit

Permalink
to be finished
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesBrands committed Feb 21, 2024
1 parent d5914dd commit 5010f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/j1939/extended_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ mod tests {
);
}

// not finished yet TODO!
//#[test]
/* not finished yet TODO!
#[test]
fn test_try_from_u32_for_extended_id() {
let id = ExtendedId::try_from(0x18A0F25).unwrap();
assert_eq!(
Expand Down Expand Up @@ -205,5 +205,5 @@ mod tests {
Pgn::new(true, false, PduFormat::new(0x4C), PduSpecific::new(0x12)),
)
);
}
}*/
}

0 comments on commit 5010f2b

Please sign in to comment.