tests: Fix resize width/height mixup in the test client

Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Sergey Vlasov 2018-09-12 08:15:38 +03:00
parent d0afcaa338
commit 0e3979b8e4
1 changed files with 2 additions and 2 deletions

View File

@ -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