Skip to content

Commit

Permalink
test: remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 26, 2024
1 parent e79805d commit d63e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/plugin_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d63e80b

Please sign in to comment.