mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +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