why is this still not a test
Some checks are pending
Rust/spacepackets/pipeline/head Build queued...
Some checks are pending
Rust/spacepackets/pipeline/head Build queued...
This commit is contained in:
parent
5ae5abe09a
commit
1789cff2b8
@ -718,6 +718,8 @@ mod tests {
|
|||||||
assert_eq!(default_conf.crc_flag, CrcFlag::NoCrc);
|
assert_eq!(default_conf.crc_flag, CrcFlag::NoCrc);
|
||||||
assert_eq!(default_conf.file_flag, LargeFileFlag::Normal);
|
assert_eq!(default_conf.file_flag, LargeFileFlag::Normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
fn test_pdu_header_setter() {
|
fn test_pdu_header_setter() {
|
||||||
let src_id = UnsignedByteFieldU8::new(1);
|
let src_id = UnsignedByteFieldU8::new(1);
|
||||||
let dest_id = UnsignedByteFieldU8::new(2);
|
let dest_id = UnsignedByteFieldU8::new(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user