Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 4, 2024
1 parent db90e7a commit 2c1a05a
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 259 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@oclif/plugin-command-snapshot": "^5.0.9",
"@oclif/plugin-help": "^6.0.14",
"@salesforce/cli-plugins-testkit": "^5.1.9",
"@salesforce/dev-scripts": "^8.4.1",
"@salesforce/dev-scripts": "^8.4.2",
"@salesforce/plugin-command-reference": "^3.0.69",
"@salesforce/source-testkit": "^2.1.101",
"@salesforce/ts-sinon": "1.4.19",
Expand Down
2 changes: 1 addition & 1 deletion test/commands/mdapi/retrieveReport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('force:mdapi:retrieve:report', () => {
expect(fsStatStub.called).to.be.true;
// should use the default polling timeout of 1440 minutes (86400 seconds)
expect(pollStatusStub.firstCall.args[0]).to.equal(1000);
expect(pollStatusStub.firstCall.args[1]).to.equal(86400);
expect(pollStatusStub.firstCall.args[1]).to.equal(86_400);
});

it('should pass along jobid', async () => {
Expand Down
Loading

0 comments on commit 2c1a05a

Please sign in to comment.