mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 06:15:10 +00:00
test(ex_terminal_spec): fix flakiness (#36347)
This commit is contained in:
@@ -153,6 +153,7 @@ describe(':terminal', function()
|
||||
feed('i')
|
||||
eq({ blocking = false, mode = 'i' }, api.nvim_get_mode())
|
||||
command('stopinsert | wincmd p')
|
||||
feed('<Ignore>') -- Add input to separate two RPC requests
|
||||
eq({ blocking = false, mode = 'nt' }, api.nvim_get_mode())
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user