This commit is contained in:
Barrett Ruth 2025-09-30 21:12:48 -04:00
parent ea098e6c9c
commit 02fe97956f
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ describe('cp.fzf_lua', function()
describe('module loading', function()
it('loads fzf-lua integration without error', function()
assert.has_no.errors(function()
assert.has_no_errors(function()
require('cp.pickers.fzf_lua')
end)
end)