From 0e3979b8e46f2d1531abdf404ca5dffc54631278 Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Wed, 12 Sep 2018 08:15:38 +0300 Subject: [PATCH] tests: Fix resize width/height mixup in the test client Signed-off-by: Sergey Vlasov --- tests/_client.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_client.lua b/tests/_client.lua index c88dd160..7bbfb310 100644 --- a/tests/_client.lua +++ b/tests/_client.lua @@ -145,9 +145,9 @@ return function(class, title, sn_rules, callback, resize_increment, args) options = table.concat { options, "resize_after_width=", - args.resize.height, ",", + args.resize.width, ",", "resize_after_height=", - args.resize.width, "," + args.resize.height, "," } end if args.gravity then