From d2f791ceeb26d04d87aa54343bc94e8ad8d7be1c Mon Sep 17 00:00:00 2001 From: windwp Date: Thu, 9 Jan 2025 09:34:27 +0700 Subject: [PATCH] fix: test --- tests/nvim-autopairs_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/nvim-autopairs_spec.lua b/tests/nvim-autopairs_spec.lua index 4d8fc2d9..5f62e35e 100644 --- a/tests/nvim-autopairs_spec.lua +++ b/tests/nvim-autopairs_spec.lua @@ -830,8 +830,7 @@ local data = { before = [[ | ]], after = { '', - 'test({', - 'test({|', + ' test({', } }, }