Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcctech committed Aug 9, 2023
1 parent 23d6b83 commit 95f724b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/modules/autoupdate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ describe('autoupdate', () => {
});

it('is set to true then should emit new version', async (done) => {
//await downloadAndServeVersionLocally('version2', 'version1', done);
await runAutoUpdateTests(done, Function.prototype, 'version2', 'version1', false, false, true, { desktopHCP: true });
});
});
Expand Down

0 comments on commit 95f724b

Please sign in to comment.