mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10: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