aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index e4342d1dc0..763b3c8663 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -12,7 +12,7 @@ local dedent = global_helpers.dedent
local eq = global_helpers.eq
local is_os = global_helpers.is_os
local ok = global_helpers.ok
-local sleep = global_helpers.sleep
+local sleep = uv.sleep
local fail = global_helpers.fail
local module = {}