diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2025-06-03 19:41:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 19:41:47 +0900 |
| commit | 70eace529096431cf8a5030c14f0ab3d24df4f3d (patch) | |
| tree | a4c5fe16ee70e5fe1ff0ea627a8189ecee658923 /test | |
| parent | 40f9f254a9f805ae0a9329b8c2e8355269585cef (diff) | |
| download | fzf-70eace529096431cf8a5030c14f0ab3d24df4f3d.tar.gz | |
Fix the CI failure for PR caused by a spelling mistake (#4406)
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_layout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_layout.rb b/test/test_layout.rb index 8aa412d5..2d30c87a 100644 --- a/test/test_layout.rb +++ b/test/test_layout.rb @@ -992,7 +992,7 @@ class TestLayout < TestInteractive tmux.until { assert_block(block, it) } end - def test_label_trunction + def test_label_truncation command = <<~CMD seq 10 | #{FZF} --style full --border --header-lines=1 --preview ':' \\ --border-label "#{'b' * 1000}" \\ |
