aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mason-core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mason-core')
-rw-r--r--tests/mason-core/managers/powershell_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mason-core/managers/powershell_spec.lua b/tests/mason-core/managers/powershell_spec.lua
index eb9de00f..e82a18e0 100644
--- a/tests/mason-core/managers/powershell_spec.lua
+++ b/tests/mason-core/managers/powershell_spec.lua
@@ -23,7 +23,7 @@ describe("powershell manager", function()
end)
it(
- "should use powershell if pwsh is not availble",
+ "should use powershell if pwsh is not available",
async_test(function()
stub(spawn, "pwsh", function() end)
stub(spawn, "powershell", function() end)