mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -14,7 +14,7 @@ local source = helpers.source
|
||||
local pcall_err = helpers.pcall_err
|
||||
|
||||
local shallowcopy = helpers.shallowcopy
|
||||
local sleep = helpers.sleep
|
||||
local sleep = vim.uv.sleep
|
||||
|
||||
local sid_api_client = -9
|
||||
local sid_lua = -8
|
||||
|
||||
Reference in New Issue
Block a user