Skip to content

Commit a8ad713

Browse files
1-rafael-1Copilot
authored andcommitted
Update src/calibration.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6b2c4be commit a8ad713

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/calibration.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ mod tests {
470470
// Case 3: Normal operation should work as before (mean > threshold so adjustment happens)
471471
let result = threshold.next_offset(100, 1000);
472472
assert_eq!(result, 1000 - (10 + 1)); // 1000 - 11 = 989
473-
assert_eq!(result, 989);
474473

475474
// Case 4: Small values within threshold should return unchanged offset
476475
let result = threshold.next_offset(5, 100);

0 commit comments

Comments
 (0)