test(ex_terminal_spec): fix flakiness (#36347)

This commit is contained in:
zeertzjq
2025-10-27 10:54:14 +08:00
committed by GitHub
parent 35d04394aa
commit db35dd6734

View File

@@ -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)