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 13b1ee47..d9d1e1bc 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1830,7 +1830,7 @@ class TestGoFZF < TestBase
tmux.send_keys 'a'
tmux.until { |lines| assert_equal 'a> foo', lines[-1] }
tmux.send_keys 'b'
- tmux.until { |lines| assert_equal 'c> foo', lines[-1] }
+ tmux.until { |lines| assert_equal 'b> foo', lines[-1] }
end
end