test: remove debug output

This commit is contained in:
Folke Lemaitre 2024-06-26 07:18:07 +02:00
parent e79805d706
commit d63e80bae9
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ describe("plugin spec opt", function()
assert(#spec.notifs == 0)
assert(vim.tbl_count(spec.plugins) == 1)
Handler.resolve(spec.plugins.bar)
vim.print(spec.plugins.bar._.handlers)
-- vim.print(spec.plugins.bar._.handlers)
local events = vim.tbl_keys(spec.plugins.bar._.handlers.event or {})
assert(type(events) == "table")
assert(#events == 2)