diff --git a/lua/cmp/core_spec.lua b/lua/cmp/core_spec.lua index a10645d..c37090e 100644 --- a/lua/cmp/core_spec.lua +++ b/lua/cmp/core_spec.lua @@ -59,7 +59,7 @@ describe('cmp.core', function() assert.are.same(state.cursor, { 1, 7 }) end) - it('text edit', function() + it('textEdit', function() local state = confirm(keymap.t('i***AEO***'), 'IU', { label = 'AIUEO', textEdit = { @@ -133,7 +133,7 @@ describe('cmp.core', function() assert.are.same(state.cursor[2], 7) end) - it('text edit', function() + it('textEdit', function() local state = confirm(keymap.t(':***AEO***'), 'IU', { label = 'AIUEO', textEdit = {