let's finish this PR for now
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
This commit is contained in:
parent
48b8c6891a
commit
bf97a03730
@ -1592,4 +1592,9 @@ mod tests {
|
|||||||
let sent_pdu = test_obj.pdu_sender.retrieve_next_pdu().unwrap();
|
let sent_pdu = test_obj.pdu_sender.retrieve_next_pdu().unwrap();
|
||||||
check_finished_pdu_success(&sent_pdu);
|
check_finished_pdu_success(&sent_pdu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_file_transfer_with_closure_check_limit_reached() {
|
||||||
|
// TODO: Implement test.
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user