diff --git a/test/core/plugin/PluginRunner.js b/test/core/plugin/PluginRunner.js index cedc7702..4998c498 100644 --- a/test/core/plugin/PluginRunner.js +++ b/test/core/plugin/PluginRunner.js @@ -44,7 +44,7 @@ describe('CORE --> PLUGIN --> PluginRunner', function () { } else if (key === 'plugin.api.pluginApiName') { return 'PluginApi.js'; } else if (key === 'plugin.binaryPath') { - return './core/plugin/pluginRunner/node_v0_10_30'; + return './core/plugin/pluginRunner/node_v0_10_31'; } else if (key === 'plugin.timeoutInSeconds') { return 5; } diff --git a/test/core/plugin/PluginRunner.ts b/test/core/plugin/PluginRunner.ts index 22725d34..dfb19c1c 100644 --- a/test/core/plugin/PluginRunner.ts +++ b/test/core/plugin/PluginRunner.ts @@ -47,7 +47,7 @@ describe('CORE --> PLUGIN --> PluginRunner', function () { return 'PluginApi.js'; } else if (key === 'plugin.binaryPath') { - return './core/plugin/pluginRunner/node_v0_10_30'; + return './core/plugin/pluginRunner/node_v0_10_31'; } else if (key === 'plugin.timeoutInSeconds') { return 5;