fix(cli): add missing min_frames field to CalibrateArgs test helper

E0063 in calibrate.rs:448 — CalibrateArgs gained min_frames in ADR-135
but the default_args() test helper was not updated. min_frames=0 means
'use tier default', matching the existing runtime behaviour.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv 2026-05-29 16:22:25 -04:00
parent 826a4229a5
commit acd7781f90
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ mod tests {
tier: "ht20".into(),
banner_every: 20,
abort_z_threshold: 2.0,
min_frames: 0,
}
}
}