testbench for reply handlers
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-03-25 19:18:15 +01:00
parent 1e93bded04
commit 47b9bb1fb9
6 changed files with 132 additions and 12 deletions

View File

@ -560,4 +560,6 @@ mod tests {
assert!(result.is_err());
// Verify the correct result and completion failure.
}
// TODO: Add more dedicated tests using the dedicated converter and reply handler testbenches.
}