test(protractor): fix mis-typed argument value for sample-size

This commit is contained in:
Jeff Cross 2015-02-27 13:41:53 -08:00
parent 3b40052dc7
commit a867e2a9fd
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ var argv = require('yargs')
.options({ .options({
'sample-size': { 'sample-size': {
describe: 'sample size', describe: 'sample size',
default: 20, default: 20
type: 'boolean'
}, },
'force-gc': { 'force-gc': {
describe: 'force gc.', describe: 'force gc.',