mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
f6232e160b
commit
91a150d0a9
@ -419,6 +419,7 @@ describe('LSP', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('should detach buffer on bufwipe', function()
|
it('should detach buffer on bufwipe', function()
|
||||||
|
clear()
|
||||||
local result = exec_lua([[
|
local result = exec_lua([[
|
||||||
local server = function(dispatchers)
|
local server = function(dispatchers)
|
||||||
local closing = false
|
local closing = false
|
||||||
|
Loading…
Reference in New Issue
Block a user