From 16f48337f31a4edfade237a5f6efe08e6a2ec887 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 16 Aug 2018 06:05:11 +0200 Subject: util.pubsub: Silence warnings in tests [luacheck] Warnings introduced in c53663e13b51 according to bisect --- spec/util_pubsub_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/util_pubsub_spec.lua') diff --git a/spec/util_pubsub_spec.lua b/spec/util_pubsub_spec.lua index 0ba5e079..5e4f5ee7 100644 --- a/spec/util_pubsub_spec.lua +++ b/spec/util_pubsub_spec.lua @@ -41,7 +41,7 @@ describe("util.pubsub", function () 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({ -- cgit v1.2.3