Skip to content

Commit

Permalink
remove local test
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Dec 3, 2024
1 parent 436b2a7 commit 4736300
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions iot_packet_verifier/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,3 @@ impl<T: Send> PacketWriter<T> for &'_ mut Vec<T> {
Ok(())
}
}

#[cfg(test)]
#[test]
fn test_payload_size_to_dc() {
assert_eq!(1, payload_size_to_dc(1));
assert_eq!(1, payload_size_to_dc(24));
assert_eq!(2, payload_size_to_dc(25));
}

0 comments on commit 4736300

Please sign in to comment.