aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-05-10 12:20:22 +0200
committerGitHub <noreply@github.com>2022-05-10 12:20:22 +0200
commitf60f53d8c2d304e8e6d335215ea0b781f80599f0 (patch)
treed6a08758faef25f0e84061d477adc0388f94d2ca /tests/helpers/lua
parentrun autogen_metadata.lua (diff)
downloadmason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.tar
mason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.tar.gz
mason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.tar.bz2
mason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.tar.lz
mason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.tar.xz
mason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.tar.zst
mason-f60f53d8c2d304e8e6d335215ea0b781f80599f0.zip
chore: remove deprecated modules (#682)
- https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
Diffstat (limited to 'tests/helpers/lua')
-rw-r--r--tests/helpers/lua/test_helpers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/helpers/lua/test_helpers.lua b/tests/helpers/lua/test_helpers.lua
index a9a2426f..3c753929 100644
--- a/tests/helpers/lua/test_helpers.lua
+++ b/tests/helpers/lua/test_helpers.lua
@@ -38,7 +38,6 @@ function ServerGenerator(opts)
languages = { "dummylang" },
root_dir = server.get_server_root_path(name),
homepage = "https://dummylang.org",
- async = true,
installer = function(ctx)
ctx.stdio_sink.stdout "Installing dummy!\n"
end,