Skip to content

Commit

Permalink
Core: Remove unused internal seed argument
Browse files Browse the repository at this point in the history
No longer used as of d60f27c.
  • Loading branch information
Krinkle committed Feb 9, 2024
1 parent d60f27c commit e614a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.js
Expand Up @@ -543,7 +543,7 @@ Test.prototype = {

this.previousFailure = !!previousFailCount;

config.pq.add(runTest, prioritize, config.seed);
config.pq.add(runTest, prioritize);
},

pushResult: function (resultInfo) {
Expand Down

0 comments on commit e614a2f

Please sign in to comment.