From 95f724b45a2205e1e59fab4a2601c0bc9e59457f Mon Sep 17 00:00:00 2001 From: mjaruzel Date: Wed, 9 Aug 2023 07:41:16 +0200 Subject: [PATCH] chore: remove commented code --- tests/functional/modules/autoupdate.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/modules/autoupdate.test.js b/tests/functional/modules/autoupdate.test.js index 39320e9a..6ef39cc2 100644 --- a/tests/functional/modules/autoupdate.test.js +++ b/tests/functional/modules/autoupdate.test.js @@ -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 }); }); });