mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-31 20:33:50 -07:00
Fix typo in comment
This commit is contained in:
@@ -2538,7 +2538,7 @@ class TestGoFZF < TestBase
|
|||||||
tmux.send_keys '9'
|
tmux.send_keys '9'
|
||||||
tmux.until { |lines| assert_equal 99, lines.match_count }
|
tmux.until { |lines| assert_equal 99, lines.match_count }
|
||||||
|
|
||||||
# TODO: How do we verify if an intermedite empty list is not shown?
|
# TODO: How do we verify if an intermediate empty list is not shown?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_scroll_off
|
def test_scroll_off
|
||||||
|
Reference in New Issue
Block a user