diff options
author | Gregory Anders <greg@gpanders.com> | 2021-09-16 14:40:13 -0600 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2021-09-16 14:40:13 -0600 |
commit | 888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410 (patch) | |
tree | ea200dac826c44c3c881651535ee97f7c1b78b61 | |
parent | 0c86bf563cbf8f3a363101eec05bd3db088f2757 (diff) | |
download | rneovim-888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410.tar.gz rneovim-888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410.tar.bz2 rneovim-888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410.zip |
fix(lint): remove unused function from diagnostic spec
-rw-r--r-- | test/functional/plugin/lsp/diagnostic_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/plugin/lsp/diagnostic_spec.lua b/test/functional/plugin/lsp/diagnostic_spec.lua index b0361580e0..2a6d7de634 100644 --- a/test/functional/plugin/lsp/diagnostic_spec.lua +++ b/test/functional/plugin/lsp/diagnostic_spec.lua @@ -4,7 +4,6 @@ local command = helpers.command local clear = helpers.clear local exec_lua = helpers.exec_lua local eq = helpers.eq -local retry = helpers.retry local nvim = helpers.nvim describe('vim.lsp.diagnostic', function() |