mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +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:
@@ -59,7 +59,7 @@ describe(':let', function()
|
||||
end)
|
||||
|
||||
it("multibyte env var to child process #8398 #9267", function()
|
||||
if (not helpers.iswin()) and require('test.helpers').isCI() then
|
||||
if (not helpers.iswin()) and helpers.isCI() then
|
||||
-- Fails on non-Windows CI. Buffering/timing issue?
|
||||
pending('fails on unix CI', function() end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user