aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-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,