let's finish this PR for now
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-01-29 23:36:34 +01:00
parent 48b8c6891a
commit bf97a03730
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -1592,4 +1592,9 @@ mod tests {
let sent_pdu = test_obj.pdu_sender.retrieve_next_pdu().unwrap();
check_finished_pdu_success(&sent_pdu);
}
#[test]
fn test_file_transfer_with_closure_check_limit_reached() {
// TODO: Implement test.
}
}