mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -9,7 +9,6 @@ describe('vim.lsp.codelens', function()
|
||||
n.clear()
|
||||
exec_lua('require("vim.lsp")')
|
||||
end)
|
||||
after_each(n.clear)
|
||||
|
||||
it('on_codelens_stores_and_displays_lenses', function()
|
||||
local fake_uri = 'file:///fake/uri'
|
||||
|
Reference in New Issue
Block a user