Skip to content

Commit a867e2a

Browse files
committed
test(protractor): fix mis-typed argument value for sample-size
1 parent 3b40052 commit a867e2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protractor-shared.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ var argv = require('yargs')
66
.options({
77
'sample-size': {
88
describe: 'sample size',
9-
default: 20,
10-
type: 'boolean'
9+
default: 20
1110
},
1211
'force-gc': {
1312
describe: 'force gc.',

0 commit comments

Comments
 (0)