We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4575b33 commit 672a974Copy full SHA for 672a974
alioth/src/firmware/acpi/reg_test.rs
@@ -20,5 +20,5 @@ fn test_pm_timer() {
20
let timer = AcpiPmTimer::default();
21
let v1 = timer.read(0, 4).unwrap();
22
let v2 = timer.read(0, 4).unwrap();
23
- assert!(v2 > v1);
+ assert!(v2 >= v1);
24
}
0 commit comments