diff --git a/tests/test-geometry.lua b/tests/test-geometry.lua index 7b6bf19c..12535d2b 100644 --- a/tests/test-geometry.lua +++ b/tests/test-geometry.lua @@ -55,18 +55,17 @@ local steps = { awful.rules.rules = { -- All clients will match this rule. { rule = { },properties = { - titlebars_enabled = true, - border_width = 10, - border_color = "#00ff00", - size_hints_honor = false, - x = 0, - y = 0, - width = 100, - height = 100 + titlebars_enabled = true, + border_width = 10, + border_color = "#00ff00", + size_hints_honor = false, + x = 0, + y = 0, + width = 100, + height = 100 + }} } - } -} -return true + return true end, function(count) if count == 1 then