diff --git a/.luarc.json b/.luarc.json index 1a060f1..2c5f752 100644 --- a/.luarc.json +++ b/.luarc.json @@ -2,5 +2,6 @@ "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", "Lua.diagnostics.disable": [ "missing-parameter" - ] + ], + "workspace.checkThirdParty": false } \ No newline at end of file diff --git a/lua/spec/neotest-go/init_spec.lua b/lua/spec/neotest-go/init_spec.lua index 03a1a1d..788c922 100644 --- a/lua/spec/neotest-go/init_spec.lua +++ b/lua/spec/neotest-go/init_spec.lua @@ -1,6 +1,6 @@ -local async = require("plenary.async.tests") +local nio = require("nio") +local async = nio.tests local plugin = require("neotest-go") -local lib = require("neotest.lib") local assert = require("luassert") local say = require("say")