aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers/lua/test_helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/lua/test_helpers.lua')
-rw-r--r--tests/helpers/lua/test_helpers.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/helpers/lua/test_helpers.lua b/tests/helpers/lua/test_helpers.lua
index 8a69ead8..c7d6f983 100644
--- a/tests/helpers/lua/test_helpers.lua
+++ b/tests/helpers/lua/test_helpers.lua
@@ -1,12 +1,12 @@
---@diagnostic disable: lowercase-global
-local util = require "luassert.util"
local spy = require "luassert.spy"
+local util = require "luassert.util"
-local path = require "mason-core.path"
-local a = require "mason-core.async"
-local Result = require "mason-core.result"
-local InstallHandle = require "mason-core.installer.handle"
local InstallContext = require "mason-core.installer.context"
+local InstallHandle = require "mason-core.installer.handle"
+local Result = require "mason-core.result"
+local a = require "mason-core.async"
+local path = require "mason-core.path"
local registry = require "mason-registry"
-- selene: allow(unused_variable)