From e826bd340ba301a99c3f6ec8fee755ec3d069c1c Mon Sep 17 00:00:00 2001 From: aardizio Date: Mon, 15 Feb 2021 19:40:09 +0100 Subject: [PATCH] Add a blank line --- tests/pools/cluster/dynamic.test.js | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1