mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
test: drop redundant clear() #33654
followup to #33647 after overlapping merge
This commit is contained in:
@@ -1246,8 +1246,6 @@ describe('LSP', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('request should not be pending for sync responses (in-process LS)', function()
|
it('request should not be pending for sync responses (in-process LS)', function()
|
||||||
clear()
|
|
||||||
|
|
||||||
--- @type boolean
|
--- @type boolean
|
||||||
local pending_request = exec_lua(function()
|
local pending_request = exec_lua(function()
|
||||||
local function server(dispatchers)
|
local function server(dispatchers)
|
||||||
|
Reference in New Issue
Block a user