We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fd95a commit 1d7ba7bCopy full SHA for 1d7ba7b
src/cmd_ml/cmd_kcl.rs
@@ -254,7 +254,7 @@ mod test {
254
let tmp = tempfile::tempdir().expect("create temp dir");
255
std::fs::write(tmp.path().join("main.kcl"), "cube(1)\n").expect("write main");
256
257
- for idx in 0..=(COPILOT_PROJECT_ENTRY_LIMIT) {
+ for idx in 0..COPILOT_PROJECT_ENTRY_LIMIT {
258
std::fs::write(tmp.path().join(format!("extra-{idx}.kcl")), "cube(2)\n").expect("write extra");
259
}
260
0 commit comments