Add a blank line
[poolifier.git] / 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,