mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -23,7 +23,7 @@ local eval = helpers.eval
|
||||
local command = helpers.command
|
||||
local write_file = helpers.write_file
|
||||
local meths = helpers.meths
|
||||
local sleep = helpers.sleep
|
||||
local sleep = vim.uv.sleep
|
||||
local matches = helpers.matches
|
||||
local pcall_err = helpers.pcall_err
|
||||
local assert_alive = helpers.assert_alive
|
||||
|
||||
Reference in New Issue
Block a user