mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -115,10 +115,6 @@ describe('vim.lsp.diagnostic', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
after_each(function()
|
||||
clear()
|
||||
end)
|
||||
|
||||
describe('vim.lsp.diagnostic.on_publish_diagnostics', function()
|
||||
it('correctly handles UTF-16 offsets', function()
|
||||
local line = 'All 💼 and no 🎉 makes Jack a dull 👦'
|
||||
|
Reference in New Issue
Block a user