summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index de4637e5..2ae52981 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1980,7 +1980,7 @@ class TestGoFZF < TestBase
# Scroll upwards to stop following
tmux.send_keys :Up
- wait { |lines| assert_includes lines[-2], 'bar' }
+ wait { assert_includes lines[-2], 'bar' }
file.puts 'aaa'
tmux.until do |lines|
assert_includes lines[1], '/1007'