diff options
| author | William Boman <william@redwill.se> | 2022-12-26 16:35:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-26 16:35:10 +0100 |
| commit | 6ee823248f5fc433018ee800c22eef642e375bd1 (patch) | |
| tree | 7bd52d934e4fb335cf9ef4df32752e28aaa80224 /tests/helpers/lua/test_helpers.lua | |
| parent | refactor(async): error with stack level 0 (#801) (diff) | |
| download | mason-6ee823248f5fc433018ee800c22eef642e375bd1.tar mason-6ee823248f5fc433018ee800c22eef642e375bd1.tar.gz mason-6ee823248f5fc433018ee800c22eef642e375bd1.tar.bz2 mason-6ee823248f5fc433018ee800c22eef642e375bd1.tar.lz mason-6ee823248f5fc433018ee800c22eef642e375bd1.tar.xz mason-6ee823248f5fc433018ee800c22eef642e375bd1.tar.zst mason-6ee823248f5fc433018ee800c22eef642e375bd1.zip | |
refactor(installer): introduce PackageInstallOpts class (#802)
Diffstat (limited to 'tests/helpers/lua/test_helpers.lua')
| -rw-r--r-- | tests/helpers/lua/test_helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/lua/test_helpers.lua b/tests/helpers/lua/test_helpers.lua index fcb6a608..17ec5ae5 100644 --- a/tests/helpers/lua/test_helpers.lua +++ b/tests/helpers/lua/test_helpers.lua @@ -40,7 +40,7 @@ end -- selene: allow(unused_variable) ---@param handle InstallHandle ----@param opts InstallContextOpts? +---@param opts PackageInstallOpts? function InstallContextGenerator(handle, opts) local context = InstallContext.new(handle, opts or {}) context.spawn = setmetatable({}, { |
