fix(picker): rename

This commit is contained in:
Barrett Ruth 2025-09-30 20:57:14 -04:00
parent 46cd509747
commit a54e6398cf
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ describe('cp.fzf_lua', function()
it('returns module with picker function', function()
local fzf_lua_cp = require('cp.pickers.fzf_lua')
assert.is_table(fzf_lua_cp)
assert.is_function(fzf_lua_cp.picker)
assert.is_function(fzf_lua_cp.pick)
end)
end)
end)