Skip to content

Commit

Permalink
last push
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 28, 2023
1 parent b8dacc1 commit 5ae8661
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cfdp/pdu/nak.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,12 @@ mod tests {
let end_of_scope =
u32::from_be_bytes(buf[current_idx..current_idx + 4].try_into().unwrap());
assert_eq!(end_of_scope, 300);
current_idx += 4;
assert_eq!(current_idx, nak_pdu.len_written());
}

#[test]
fn test_serialization_one_segment() {}
fn test_serialization_one_segment() {

}
}

0 comments on commit 5ae8661

Please sign in to comment.