change test value for client.border_width
This commit is contained in:
parent
4389297b58
commit
2231158adf
|
@ -45,7 +45,9 @@ local steps = {
|
|||
-- Test restoring client.border_width
|
||||
function()
|
||||
local c = client.get()[1]
|
||||
local test_width = 2
|
||||
|
||||
-- pick an arbitrary border_width distinct from the default one
|
||||
local test_width = c.border_width + 1
|
||||
|
||||
c.border_width = test_width
|
||||
|
||||
|
|
Loading…
Reference in New Issue