From 99acb5fe6f353193c3c3f047270e848eb9aa9c84 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Tue, 10 Oct 2023 21:15:43 -0700 Subject: [PATCH] [tests-] add input for resize-height-input --- visidata/tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/visidata/tests/test_commands.py b/visidata/tests/test_commands.py index f97c8a7e2..4cb13ffdb 100644 --- a/visidata/tests/test_commands.py +++ b/visidata/tests/test_commands.py @@ -92,6 +92,7 @@ def isTestableCommand(longname, cmdlist): 'join-sheets-all': 'append', 'resize-col-input': '10', 'resize-cols-input': '10', + 'resize-height-input': '10', 'melt-regex': '(.*)_(.*)', 'addcol-split': '-', 'addcol-capture': '(.*)_(.*)',