mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
test: don't call clear() in both before_each() and after_each() (#35901)
This commit is contained in:
@@ -9,7 +9,6 @@ local insert = n.insert
|
||||
|
||||
describe('vim.pos', function()
|
||||
before_each(clear)
|
||||
after_each(clear)
|
||||
|
||||
it('creates a position with or without optional fields', function()
|
||||
local pos = exec_lua(function()
|
||||
|
Reference in New Issue
Block a user