fix: adjust name of test-helper-file.

also: flakiness :|
This commit is contained in:
L3MON4D3 2024-04-24 21:55:19 +02:00
parent 72eea98b19
commit 820d623824
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,9 @@
local helpers_ok, helpers = pcall(require, "test.functional.testutil")
if not helpers_ok then
helpers_ok, helpers = pcall(require, "test.functional.helpers")
if not helpers_ok then
helpers_ok, helpers = pcall(require, "test.functional.testnvim")
end
end
helpers = helpers()

View file

@ -874,6 +874,8 @@ describe("loaders:", function()
exec_lua("vim.wait(100, function() end)")
feed("<Esc>:w<Cr>")
exec_lua("vim.wait(100, function() end)")
feed("<Esc>:w<Cr>")
exec_lua("vim.wait(100, function() end)")
screen:expect({
grid = [[