test stub
Some checks failed
Rust/cfdp/pipeline/head There was a failure building this commit

This commit is contained in:
2024-09-06 09:28:36 +02:00
parent 3575f331d4
commit 467037c126

View File

@@ -1606,4 +1606,9 @@ mod tests {
panic!("unexpected error type: {:?}", error);
}
}
#[test]
fn test_finished_pdu_check_timeout() {
// TODO: Implement.
}
}