Skip to content

Commit

Permalink
More descriptive error in wake display tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Oct 22, 2023
1 parent bc6aa19 commit 58cf45f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/wake_displays.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mod tests {

#[test]
fn test_wake_displays() {
assert!(wake_displays().is_ok());
let waked = wake_displays();
assert!(waked.is_ok(), "Couldn't wake displays: {:?}", waked);
}
}

0 comments on commit 58cf45f

Please sign in to comment.