mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -7,7 +7,7 @@ local exec_lua = helpers.exec_lua
|
||||
local feed = helpers.feed
|
||||
local matches = helpers.matches
|
||||
local pcall_err = helpers.pcall_err
|
||||
local sleep = helpers.sleep
|
||||
local sleep = vim.uv.sleep
|
||||
|
||||
describe('vim.snippet', function()
|
||||
before_each(function()
|
||||
|
Reference in New Issue
Block a user