Skip to content

Commit

Permalink
fixed plugin runner tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joernroeder committed Sep 19, 2014
1 parent dac19ab commit e9ed2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/core/plugin/PluginRunner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/core/plugin/PluginRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e9ed2e1

Please sign in to comment.