mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -863,8 +863,6 @@ describe('vim.lsp.completion: protocol', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
after_each(clear)
|
||||
|
||||
local function assert_matches(fn)
|
||||
retry(nil, nil, function()
|
||||
fn(exec_lua('return _G.capture.matches'))
|
||||
@@ -1262,8 +1260,6 @@ describe('vim.lsp.completion: integration', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
after_each(clear)
|
||||
|
||||
it('puts cursor at the end of completed word', function()
|
||||
local completion_list = {
|
||||
isIncomplete = false,
|
||||
|
Reference in New Issue
Block a user