fix(tests): missing clear() #18927

This was caught in #18674 since it allows test isolation
This commit is contained in:
kylo252
2022-06-13 13:05:17 +02:00
committed by GitHub
parent 663cbe2620
commit 837360868b
2 changed files with 3 additions and 0 deletions

View File

@@ -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)