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

This commit is contained in:
2024-02-28 18:03:39 +01:00
parent 05c986eb2e
commit cb42d84c28
3 changed files with 88 additions and 28 deletions

View File

@ -75,7 +75,7 @@ impl<VerificationReporter: VerificationReportingProvider> AcsTask<VerificationRe
match request.targeted_request.request {
Request::Hk(hk_req) => match hk_req {
HkRequest::OneShot(unique_id) => {
self.handle_hk_request(target_and_apid_id.target(), unique_id)
self.handle_hk_request(target_and_apid_id.target, unique_id)
}
HkRequest::Enable(_) => {}
HkRequest::Disable(_) => {}