Minor fixes to attr writes

This commit is contained in:
Luke D. Jones
2022-10-01 14:57:25 +13:00
parent 600d0ae3d9
commit e938f1f9ec
6 changed files with 19 additions and 28 deletions

View File

@@ -422,10 +422,7 @@ mod tests {
controller.supported_modes.multizone.push(AuraZone::Key2);
assert_eq!(
controller
.set_effect(effect)
.unwrap_err()
.to_string(),
controller.set_effect(effect).unwrap_err().to_string(),
"No supported Aura keyboard"
);
}