diff options
| author | Zhizhen He <hezhizhen.yi@gmail.com> | 2023-02-15 21:33:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 14:33:26 +0100 |
| commit | 63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7 (patch) | |
| tree | 6b263dedc796315f2be21a21aeedba289cb475fe /tests | |
| parent | chore: update generated code (#994) (diff) | |
| download | mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.tar mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.tar.gz mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.tar.bz2 mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.tar.lz mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.tar.xz mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.tar.zst mason-63ccfe5dd1a9afd16d9d3cdcf0aa59403eef5ef7.zip | |
chore: fix some typos
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/mason-core/managers/powershell_spec.lua | 2 |
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) |
