X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fcluster%2Ffixed.test.js;h=f71529a911949f285d0c54ebd8be5b27d67d0e3d;hb=b97d82d8304962979d02da4ac29f997b454c7d84;hp=1d0f7b8c29fc2992f7415fc71cb8ad53e58bc1a9;hpb=d2c73f82d13f6a30d46e829709ad21373271727a;p=poolifier.git diff --git a/tests/pools/cluster/fixed.test.js b/tests/pools/cluster/fixed.test.js index 1d0f7b8c..f71529a9 100644 --- a/tests/pools/cluster/fixed.test.js +++ b/tests/pools/cluster/fixed.test.js @@ -91,7 +91,7 @@ describe('Fixed cluster pool test suite', () => { expect(poolReady).toBe(1) }) - it("Verify that 'busy' event is emitted", async () => { + it("Verify that 'busy' event is emitted", () => { let poolBusy = 0 pool.emitter.on(PoolEvents.busy, () => ++poolBusy) for (let i = 0; i < numberOfWorkers * 2; i++) {