fix(picker): rename picker function names
This commit is contained in:
parent
a7cd41712d
commit
5588eae526
5 changed files with 27 additions and 118 deletions
|
|
@ -69,10 +69,10 @@ describe('cp.telescope', function()
|
|||
end)
|
||||
end)
|
||||
|
||||
it('returns module with platform_picker function', function()
|
||||
it('returns module with picker function', function()
|
||||
local telescope_cp = require('cp.pickers.telescope')
|
||||
assert.is_table(telescope_cp)
|
||||
assert.is_function(telescope_cp.platform_picker)
|
||||
assert.is_function(telescope_cp.picker)
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue