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

@@ -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 = {}