From dd18ab169128a5bb620c04089eff78ee83ed14a5 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 26 Apr 2025 09:42:13 -0700 Subject: [PATCH] test: drop redundant clear() #33654 followup to #33647 after overlapping merge --- test/functional/plugin/lsp_spec.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/plugin/lsp_spec.lua b/test/functional/plugin/lsp_spec.lua index d9c8c396e9..ef88230105 100644 --- a/test/functional/plugin/lsp_spec.lua +++ b/test/functional/plugin/lsp_spec.lua @@ -1246,8 +1246,6 @@ describe('LSP', function() end) it('request should not be pending for sync responses (in-process LS)', function() - clear() - --- @type boolean local pending_request = exec_lua(function() local function server(dispatchers)