From 7a259d01aed52134a1675e47d9054ccad7ef7cbb Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Fri, 12 Jan 2024 11:41:09 +0000 Subject: test: remove helpers.sleep() --- test/functional/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/helpers.lua') 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 = {} -- cgit