aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mason/setup_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mason/setup_spec.lua b/tests/mason/setup_spec.lua
index f3193a27..a4320bb3 100644
--- a/tests/mason/setup_spec.lua
+++ b/tests/mason/setup_spec.lua
@@ -10,7 +10,7 @@ describe("mason setup", function()
settings.set(settings._DEFAULT_SETTINGS)
end)
- it("should enhance the PATH environment", function()
+ it("should modify the PATH environment", function()
mason.setup()
local global_location = InstallLocation.global()
assert.equals(("%s:/usr/local/bin:/usr/bin"):format(global_location:bin()), vim.env.PATH)