fix: test utils

This commit is contained in:
zztrieuzz 2022-02-11 07:40:52 +07:00
parent 2465eb6e5e
commit 150eac2b6d

View File

@ -158,6 +158,7 @@ _G.Test_withfile = function(test_data, cb)
if cb.after_each then
cb.after_each(value)
end
vim.cmd(':bd!')
end)
end
end