From 72c437a7c8add458084580d7f7f3e2f4763cb9a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 30 May 2016 23:12:39 -0400 Subject: [PATCH] test: Fix widget cache --- spec/wibox/test_utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/wibox/test_utils.lua b/spec/wibox/test_utils.lua index 47a1138a..dd895e74 100644 --- a/spec/wibox/test_utils.lua +++ b/spec/wibox/test_utils.lua @@ -93,7 +93,7 @@ return { return width or 10, height or 10 end end - w._widget_caches = {} + w._private.widget_caches = {} return w end,