diff options
Diffstat (limited to 'tests/helpers/lua/test_helpers.lua')
| -rw-r--r-- | tests/helpers/lua/test_helpers.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/helpers/lua/test_helpers.lua b/tests/helpers/lua/test_helpers.lua index 2b80d3e4..57c0b4fe 100644 --- a/tests/helpers/lua/test_helpers.lua +++ b/tests/helpers/lua/test_helpers.lua @@ -2,9 +2,9 @@ local util = require "luassert.util" local spy = require "luassert.spy" -local a = require "mason.core.async" -local InstallHandle = require "mason.core.installer.handle" -local InstallContext = require "mason.core.installer.context" +local a = require "mason-core.async" +local InstallHandle = require "mason-core.installer.handle" +local InstallContext = require "mason-core.installer.context" local registry = require "mason-registry" function async_test(suspend_fn) |
