diff --git a/spec/wibox/test_utils.lua b/spec/wibox/test_utils.lua index 47a1138a8..dd895e747 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,