Skip to content

Commit 326a033

Browse files
committed
fix test
1 parent c6aee16 commit 326a033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/node/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ local function TestPlugin(script)
2929
return function (plugin, checker)
3030
files.open(TESTURI)
3131
files.setText(TESTURI, prefix .. script, true)
32-
scope.getScope(TESTURI):set('pluginInterface', plugin)
32+
scope.getScope(TESTURI):set('pluginInterfaces', plugin)
3333
local state = files.getState(TESTURI)
3434
assert(state)
3535
checker(state)

0 commit comments

Comments
 (0)