add more tests

This commit is contained in:
2025-01-23 16:47:33 +01:00
parent bda47b067d
commit 2b01537cfd
2 changed files with 401 additions and 41 deletions

View File

@ -316,7 +316,7 @@ impl AcsSubsystem {
}
}
SubsystemHelperResult::ModeCommanding(mode_commanding_result) => {
if let ModeCommandingResult::CommandingDone = mode_commanding_result {
if let ModeCommandingResult::Done = mode_commanding_result {
self.handle_mode_reached(self.mode_requestor_info)
.expect("mode reply handling failed");
}