add some more tests and TODOs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user