add some more tests and TODOs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
2024-03-26 14:10:11 +01:00
parent 098981686b
commit e314a858ad
6 changed files with 169 additions and 62 deletions

View File

@ -167,6 +167,10 @@ pub mod std_mod {
}
impl ActivePusActionRequestStd {
pub fn new_from_common_req(action_id: ActionId, common: ActivePusRequestStd) -> Self {
Self { action_id, common }
}
pub fn new(
action_id: ActionId,
target_id: ComponentId,