From 05f4f8581cb50511d6556c868b10682f25f0fdaa Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Mon, 15 Nov 2021 13:15:56 +0900 Subject: [PATCH] cosmetic changes --- lua/cmp/core_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {