test: don't call clear() in both before_each() and after_each() (#35901)

This commit is contained in:
zeertzjq
2025-09-24 11:41:43 +08:00
committed by GitHub
parent d954763b85
commit a62fb57e58
8 changed files with 0 additions and 14 deletions

View File

@@ -9,7 +9,6 @@ local exec_lua = n.exec_lua
describe('vim.lsp._snippet_grammar', function()
before_each(n.clear)
after_each(n.clear)
local parse = function(...)
local res = exec_lua('return require("vim.lsp._snippet_grammar").parse(...)', ...)