From f63afd5969a7c4fe098f686c005dee8d07b6b058 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Wed, 16 May 2018 16:29:01 -0600 Subject: [PATCH] Fix async pty name option spec --- spec/options/async_zpty_name_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/options/async_zpty_name_spec.rb b/spec/options/async_zpty_name_spec.rb index 407ee70..60be875 100644 --- a/spec/options/async_zpty_name_spec.rb +++ b/spec/options/async_zpty_name_spec.rb @@ -3,7 +3,7 @@ context 'when async suggestions are enabled' do describe 'the zpty for async suggestions' do it 'is created with the default name' do - session.run_command('zpty -t zsh_autosuggest_pty &>/dev/null; echo $?') + session.run_command('zpty -t zsh_autosuggest_async_pty &>/dev/null; echo $?') wait_for { session.content }.to end_with("\n0") end