mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test(lsp): call clear() before bufwipe test (#20170)
Otherwise this test cannot be run alone, and fails frequently on CI.
This commit is contained in:
@@ -419,6 +419,7 @@ describe('LSP', function()
|
||||
end)
|
||||
|
||||
it('should detach buffer on bufwipe', function()
|
||||
clear()
|
||||
local result = exec_lua([[
|
||||
local server = function(dispatchers)
|
||||
local closing = false
|
||||
|
||||
Reference in New Issue
Block a user