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

@ -64,7 +64,7 @@ describe('cp.telescope', function()
describe('module loading', function()
it('registers telescope extension without error', function()
assert.has_no.errors(function()
assert.has_no_errors(function()
require('cp.pickers.telescope')
end)
end)