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

@ -195,3 +195,6 @@ impl PusTcToRequestConverter<ActivePusRequestStd, ModeRequest> for ExampleModeRe
}
}
}
#[cfg(test)]
mod tests {}