diff options
author | matveyt <35012635+matveyt@users.noreply.github.com> | 2021-12-18 19:14:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 09:14:42 -0700 |
commit | 734fba0d88cc9ff3b5fa24328e5ba7852e0e3211 (patch) | |
tree | 809ce43f8961909abd9bd126a8404624face1993 /test/functional/plugin | |
parent | 36758ba9a78ecf01ab8f654be08051015932983a (diff) | |
download | rneovim-734fba0d88cc9ff3b5fa24328e5ba7852e0e3211.tar.gz rneovim-734fba0d88cc9ff3b5fa24328e5ba7852e0e3211.tar.bz2 rneovim-734fba0d88cc9ff3b5fa24328e5ba7852e0e3211.zip |
feat(runtime): new checkhealth filetype (#16660)
Diffstat (limited to 'test/functional/plugin')
-rw-r--r-- | test/functional/plugin/health_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua index b567b3e20c..37de5d0ce6 100644 --- a/test/functional/plugin/health_spec.lua +++ b/test/functional/plugin/health_spec.lua @@ -156,7 +156,7 @@ describe('health.vim', function() test_plug.submodule_failed: require("test_plug.submodule_failed.health").check() ======================================================================== - ERROR: Failed to run healthcheck for "test_plug.submodule_failed" plugin. Exception: - function health#check, line 24]]) + function health#check, line 20]]) eq(expected, received) end) @@ -167,7 +167,7 @@ describe('health.vim', function() broken: health#broken#check ======================================================================== - ERROR: Failed to run healthcheck for "broken" plugin. Exception: - function health#check[24]..health#broken#check, line 1 + function health#check[20]..health#broken#check, line 1 caused an error ]]) end) @@ -186,7 +186,7 @@ describe('health.vim', function() test_plug.submodule_failed: require("test_plug.submodule_failed.health").check() ======================================================================== - ERROR: Failed to run healthcheck for "test_plug.submodule_failed" plugin. Exception: - function health#check, line 24]]) + function health#check, line 20]]) eq(expected, received) end) |