test: remove helpers.sleep()

This commit is contained in:
Lewis Russell
2024-01-12 11:41:09 +00:00
parent d33e1da9b7
commit 7a259d01ae
28 changed files with 58 additions and 60 deletions

View File

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