summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKoichi Murase <myoga.murase@gmail.com>2025-06-03 19:41:47 +0900
committerGitHub <noreply@github.com>2025-06-03 19:41:47 +0900
commit70eace529096431cf8a5030c14f0ab3d24df4f3d (patch)
treea4c5fe16ee70e5fe1ff0ea627a8189ecee658923 /test
parent40f9f254a9f805ae0a9329b8c2e8355269585cef (diff)
downloadfzf-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.rb2
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}" \\