Add a blank line
authoraardizio <alessandroardizio94@gmail.com>
Mon, 15 Feb 2021 18:40:09 +0000 (19:40 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Mon, 15 Feb 2021 18:40:09 +0000 (19:40 +0100)
tests/pools/cluster/dynamic.test.js

index e0a0fde3cc6246bf662cc656851bbf78f32abcde..cd946cdab294877980f8322cea21aca5461541ae 100644 (file)
@@ -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,