mirror of
https://github.com/ruvnet/RuView
synced 2026-08-04 19:31:42 +00:00
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:
@@ -453,6 +453,7 @@ mod tests {
|
|||||||
tier: "ht20".into(),
|
tier: "ht20".into(),
|
||||||
banner_every: 20,
|
banner_every: 20,
|
||||||
abort_z_threshold: 2.0,
|
abort_z_threshold: 2.0,
|
||||||
|
min_frames: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user