From 70eace529096431cf8a5030c14f0ab3d24df4f3d Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Tue, 3 Jun 2025 19:41:47 +0900 Subject: [PATCH] Fix the CI failure for PR caused by a spelling mistake (#4406) --- test/test_layout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" \\