Skip to content

Commit daa9aa7

Browse files
chryshembediver
andcommitted
Update services/fwmanager/api/src/boot_control.rs
Co-authored-by: Marvin Gudel <marvin@gudel.org>
1 parent 6ec92a8 commit daa9aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/fwmanager/api/src/boot_control.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ mod tests {
180180
}
181181

182182
#[test]
183-
fn holding_a_device_in_reset_deasserts_its_configured_line() {
183+
fn releasing_a_device_from_reset_deasserts_its_configured_line() {
184184
let mut bmc = HalBootControl::new(MockResetController::new(), BMC_LINE);
185185

186186
bmc.hold_in_reset().expect("hold_in_reset failed");

0 commit comments

Comments
 (0)