aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/health_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-07-15 16:15:47 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-07-15 16:15:47 +0200
commitd15317ece4d707af48bafe7cee1e5d8545f3a280 (patch)
treef913a1afb6aeb3df1461afd3196bcd98450f461c /test/functional/plugin/health_spec.lua
parent72c38b5cd5af8599090311f8d580136feb0646f1 (diff)
downloadrneovim-d15317ece4d707af48bafe7cee1e5d8545f3a280.tar.gz
rneovim-d15317ece4d707af48bafe7cee1e5d8545f3a280.tar.bz2
rneovim-d15317ece4d707af48bafe7cee1e5d8545f3a280.zip
health.vim: fix test
Diffstat (limited to 'test/functional/plugin/health_spec.lua')
-rw-r--r--test/functional/plugin/health_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua
index 644cd46092..3739540b09 100644
--- a/test/functional/plugin/health_spec.lua
+++ b/test/functional/plugin/health_spec.lua
@@ -70,7 +70,7 @@ describe('health.vim', function()
health#broken#check
========================================================================
- ERROR: Failed to run healthcheck for "broken" plugin. Exception:
- function health#check[20]..health#broken#check, line 1
+ function health#check[21]..health#broken#check, line 1
caused an error
]])
end)