aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mason-core/fs_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mason-core/fs_spec.lua')
-rw-r--r--tests/mason-core/fs_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mason-core/fs_spec.lua b/tests/mason-core/fs_spec.lua
index bd3696da..9df22578 100644
--- a/tests/mason-core/fs_spec.lua
+++ b/tests/mason-core/fs_spec.lua
@@ -14,7 +14,7 @@ describe("fs", function()
end)
assert.equals(
- [[Refusing to rmrf "/thisisa/path" which is outside of the allowed boundary "/foo". Please report this error at https://github.com/williamboman/mason.nvim/issues/new]],
+ [[Refusing to rmrf "/thisisa/path" which is outside of the allowed boundary "/foo". Please report this error at https://github.com/mason-org/mason.nvim/issues/new]],
e
)
end)