From: aardizio Date: Mon, 15 Feb 2021 18:40:09 +0000 (+0100) Subject: Add a blank line X-Git-Tag: v2.0.0-beta.2~17^2~21 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e826bd340ba301a99c3f6ec8fee755ec3d069c1c;p=poolifier.git Add a blank line --- diff --git a/tests/pools/cluster/dynamic.test.js b/tests/pools/cluster/dynamic.test.js index e0a0fde3..cd946cda 100644 --- a/tests/pools/cluster/dynamic.test.js +++ b/tests/pools/cluster/dynamic.test.js @@ -86,6 +86,7 @@ describe('Dynamic cluster pool test suite ', () => { const res = await pool1.execute({ test: 'test' }) expect(res).toBeFalsy() }) + it('Verify scale processes up and down is working when long running task is used', async () => { const longRunningPool = new DynamicClusterPool( min,