tests: Remove a flackyness in test-input-binding

This commit is contained in:
Emmanuel Lepage Vallee 2021-09-20 16:04:41 -07:00
parent ccbe116877
commit 24fc1043ee
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ local new1, new2 = nil, nil
-- Check that you can add new default key/mousebindings at any time.
table.insert(steps, function()
assert(#mouse.screen.clients == 0)
if #mouse.screen.clients > 0 then return end
new1 = module.key {
key = "a",