mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
test: remove use of require('test.helpers')
The test.functional.helpers and test.unit.helpers modules now include all of the public functions from test.helpers, so there is no need to separately require('test.helpers').
This commit is contained in:
@@ -16,7 +16,6 @@ local eq = global_helpers.eq
|
||||
local ok = global_helpers.ok
|
||||
local sleep = global_helpers.sleep
|
||||
local table_contains = global_helpers.table_contains
|
||||
local table_flatten = global_helpers.table_flatten
|
||||
local write_file = global_helpers.write_file
|
||||
|
||||
local start_dir = lfs.currentdir()
|
||||
|
Reference in New Issue
Block a user