mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -154,7 +154,7 @@ describe('input split utf sequences', function()
|
||||
it('ok', function()
|
||||
local str = '►'
|
||||
feed('i' .. str:sub(1, 1))
|
||||
helpers.sleep(10)
|
||||
vim.uv.sleep(10)
|
||||
feed(str:sub(2, 3))
|
||||
expect('►')
|
||||
end)
|
||||
@@ -163,7 +163,7 @@ describe('input split utf sequences', function()
|
||||
command('inoremap ► E296BA')
|
||||
local str = '►'
|
||||
feed('i' .. str:sub(1, 1))
|
||||
helpers.sleep(10)
|
||||
vim.uv.sleep(10)
|
||||
feed(str:sub(2, 3))
|
||||
expect('E296BA')
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user