fix(picker): rename
This commit is contained in:
parent
46cd509747
commit
a54e6398cf
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue