mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix(tests): missing clear() #18927
This was caught in #18674 since it allows test isolation
This commit is contained in:
@@ -96,6 +96,8 @@ local function reopenwithfolds(b)
|
||||
end
|
||||
|
||||
describe('API: buffer events:', function()
|
||||
before_each(clear)
|
||||
|
||||
it('when lines are added', function()
|
||||
local b, tick = editoriginal(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user