Skip to content

Commit e614a2f

Browse files
committed
Core: Remove unused internal seed argument
No longer used as of d60f27c.
1 parent d60f27c commit e614a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Test.prototype = {
543543

544544
this.previousFailure = !!previousFailCount;
545545

546-
config.pq.add(runTest, prioritize, config.seed);
546+
config.pq.add(runTest, prioritize);
547547
},
548548

549549
pushResult: function (resultInfo) {

0 commit comments

Comments
 (0)