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:
Felipe Coury
2026-04-10 14:33:04 -03:00
parent 61aa440047
commit 7ff22c969e

View File

@@ -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))
);
}