mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -5,7 +5,6 @@ local eq = t.eq
|
||||
|
||||
describe('glob', function()
|
||||
before_each(n.clear)
|
||||
after_each(n.clear)
|
||||
|
||||
local match = function(pattern, str)
|
||||
return n.exec_lua(function()
|
||||
|
Reference in New Issue
Block a user