aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/keymap_spec.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-01-12 11:41:09 +0000
committerLewis Russell <lewis6991@gmail.com>2024-01-12 12:04:19 +0000
commit7a259d01aed52134a1675e47d9054ccad7ef7cbb (patch)
treeae3741677b97f408e589d55a3f7e5b863d1e1b58 /test/functional/api/keymap_spec.lua
parentd33e1da9b7f7e886219cfdd20b9bbfaccdc43be9 (diff)
downloadrneovim-7a259d01aed52134a1675e47d9054ccad7ef7cbb.tar.gz
rneovim-7a259d01aed52134a1675e47d9054ccad7ef7cbb.tar.bz2
rneovim-7a259d01aed52134a1675e47d9054ccad7ef7cbb.zip
test: remove helpers.sleep()
Diffstat (limited to 'test/functional/api/keymap_spec.lua')
-rw-r--r--test/functional/api/keymap_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/keymap_spec.lua b/test/functional/api/keymap_spec.lua
index 50c353d764..789ad28544 100644
--- a/test/functional/api/keymap_spec.lua
+++ b/test/functional/api/keymap_spec.lua
@@ -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