Add more support detection for bios/system level components

This commit is contained in:
Luke D. Jones
2022-07-17 21:01:19 +12:00
parent 23353c77f3
commit f39c0db680
12 changed files with 83 additions and 50 deletions

View File

@@ -490,7 +490,7 @@ mod tests {
.set_effect(effect.clone())
.unwrap_err()
.to_string(),
"Aura efect not supported"
"Aura effect not supported"
);
effect.mode = AuraModeNum::Static;
@@ -500,7 +500,7 @@ mod tests {
.set_effect(effect.clone())
.unwrap_err()
.to_string(),
"Aura efect not supported"
"Aura effect not supported"
);
controller.supported_modes.multizone.push(AuraZone::Key2);