We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2c4be commit a8ad713Copy full SHA for a8ad713
src/calibration.rs
@@ -470,7 +470,6 @@ mod tests {
470
// Case 3: Normal operation should work as before (mean > threshold so adjustment happens)
471
let result = threshold.next_offset(100, 1000);
472
assert_eq!(result, 1000 - (10 + 1)); // 1000 - 11 = 989
473
- assert_eq!(result, 989);
474
475
// Case 4: Small values within threshold should return unchanged offset
476
let result = threshold.next_offset(5, 100);
0 commit comments