X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fcluster%2Ffixed.test.js;h=ac5d1fda6943a67651ea521e924cfcf8283a20c3;hb=1f68cedebde2cf95b6345300ac52cf7ca3ecbdff;hp=dfd765574a7437ef9ac128c9a35d7185cb7ab10b;hpb=ec3e56520d46660ea043d5184f5d8246c834d252;p=poolifier.git diff --git a/tests/pools/cluster/fixed.test.js b/tests/pools/cluster/fixed.test.js index dfd76557..ac5d1fda 100644 --- a/tests/pools/cluster/fixed.test.js +++ b/tests/pools/cluster/fixed.test.js @@ -113,7 +113,6 @@ describe('Fixed cluster pool test suite', () => { expect(workerNode.tasksUsage.run).toBeLessThanOrEqual(maxMultiplier) expect(workerNode.tasksQueue.size).toBe(0) } - promises.clear() }) it('Verify that is possible to have a worker that return undefined', async () => {