aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.lua b/test/test.lua
index fc0d9e27..ba7354bd 100644
--- a/test/test.lua
+++ b/test/test.lua
@@ -794,7 +794,7 @@ function test_ui_dialogs_filteredlist_interactive()
items = {'foo', 'foobar', 'bar', 'barbaz', 'baz', 'bazfoo'},
search_column = 2, text = 'baz', output_column = 2, string_output = true,
select_multiple = true, button1 = _L['OK'], button2 = _L['Cancel'],
- button3 = 'Other'
+ button3 = 'Other', width = ui.size[1] / 2
}
assert_equal(text, {'barbaz'})
end