From e6b6caa93b900c86d8c299d92282feae3934ec39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 20:02:27 +0600 Subject: [PATCH] chore: formated with stylua (#435) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- lua/tests/spec/component_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tests/spec/component_spec.lua b/lua/tests/spec/component_spec.lua index f9bdbf4..7ef7839 100644 --- a/lua/tests/spec/component_spec.lua +++ b/lua/tests/spec/component_spec.lua @@ -261,7 +261,7 @@ describe('Filetype component', function() local old_require = _G.require function _G.require(...) if select(1, ...) == 'nvim-web-devicons' then - error("Test case not suppose to have web-dev-icon 👀") + error 'Test case not suppose to have web-dev-icon 👀' end return old_require(...) end