# HG changeset patch # User Kim Alvefur # Date 1534392311 -7200 # Node ID f226b7b5486bfab943f6c011ae60de71c3c1c5de # Parent 83e7ad5818d358f1f61d4ccd105c5aac71f6aeec util.pubsub: Silence warnings in tests [luacheck] Warnings introduced in c53663e13b51 according to bisect diff -r 83e7ad5818d3 -r f226b7b5486b spec/util_pubsub_spec.lua --- a/spec/util_pubsub_spec.lua Sun Aug 12 23:52:39 2018 +0200 +++ b/spec/util_pubsub_spec.lua Thu Aug 16 06:05:11 2018 +0200 @@ -41,7 +41,7 @@ describe("simple publishing", function () local notified; - local broadcaster = spy.new(function (notif_type, node_name, subscribers, item) + local broadcaster = spy.new(function (notif_type, node_name, subscribers, item) -- luacheck: ignore 212 notified = subscribers; end); local service = pubsub.new({