added TODO
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-09-01 19:02:21 +02:00
parent 309ceda5a5
commit 1a38de760a
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -732,5 +732,7 @@ mod tests {
if let Err(e) = result {
panic!("destination handler packet insertion error: {e}");
}
// TODO: Send EOF PDU and verify completion of transaction
}
}