summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a1fd1357..9a24288d 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -175,7 +175,7 @@ class Tmux
tries = 0
begin
self.until do |lines|
- send_keys 'C-u', 'hello'
+ send_keys ' ', 'C-u', 'hello', :Left, :Right
lines[-1].end_with?('hello')
end
rescue StandardError