mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
fix(tui): annotate keymap capture dimensions
Adds argument-name comments to the keymap capture snapshot helper so the argument-comment lint accepts the test literals.
This commit is contained in:
@@ -662,7 +662,7 @@ mod tests {
|
||||
|
||||
assert_snapshot!(
|
||||
"keymap_capture_view",
|
||||
format!("{:?}", render_capture(&view, 80, 8))
|
||||
format!("{:?}", render_capture(&view, /*width*/ 80, /*height*/ 8))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user