fix test
This commit is contained in:
parent
ea098e6c9c
commit
02fe97956f
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ describe('cp.fzf_lua', function()
|
||||||
|
|
||||||
describe('module loading', function()
|
describe('module loading', function()
|
||||||
it('loads fzf-lua integration without error', function()
|
it('loads fzf-lua integration without error', function()
|
||||||
assert.has_no.errors(function()
|
assert.has_no_errors(function()
|
||||||
require('cp.pickers.fzf_lua')
|
require('cp.pickers.fzf_lua')
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ describe('cp.telescope', function()
|
||||||
|
|
||||||
describe('module loading', function()
|
describe('module loading', function()
|
||||||
it('registers telescope extension without error', function()
|
it('registers telescope extension without error', function()
|
||||||
assert.has_no.errors(function()
|
assert.has_no_errors(function()
|
||||||
require('cp.pickers.telescope')
|
require('cp.pickers.telescope')
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue