aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp/diagnostic_spec.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-09-16 14:40:13 -0600
committerGregory Anders <greg@gpanders.com>2021-09-16 14:40:13 -0600
commit888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410 (patch)
treeea200dac826c44c3c881651535ee97f7c1b78b61 /test/functional/plugin/lsp/diagnostic_spec.lua
parent0c86bf563cbf8f3a363101eec05bd3db088f2757 (diff)
downloadrneovim-888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410.tar.gz
rneovim-888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410.tar.bz2
rneovim-888a6ec6ce8d12bb306d7ca72ab6e3b388d3a410.zip
fix(lint): remove unused function from diagnostic spec
Diffstat (limited to 'test/functional/plugin/lsp/diagnostic_spec.lua')
-rw-r--r--test/functional/plugin/lsp/diagnostic_spec.lua1
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()