We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6aee16 commit 326a033Copy full SHA for 326a033
test/plugins/node/test.lua
@@ -29,7 +29,7 @@ local function TestPlugin(script)
29
return function (plugin, checker)
30
files.open(TESTURI)
31
files.setText(TESTURI, prefix .. script, true)
32
- scope.getScope(TESTURI):set('pluginInterface', plugin)
+ scope.getScope(TESTURI):set('pluginInterfaces', plugin)
33
local state = files.getState(TESTURI)
34
assert(state)
35
checker(state)
0 commit comments