diff options
Diffstat (limited to 'test/functional/lua/ui_spec.lua')
-rw-r--r-- | test/functional/lua/ui_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/ui_spec.lua b/test/functional/lua/ui_spec.lua index 25a208b70b..94f1b5840b 100644 --- a/test/functional/lua/ui_spec.lua +++ b/test/functional/lua/ui_spec.lua @@ -17,7 +17,7 @@ describe('vim.ui', function() { name = 'Item 2' }, } local opts = { - format_entry = function(entry) + format_item = function(entry) return entry.name end } |