build(deps): bump poolifier in /examples/typescript/smtp-client-pool
[poolifier.git] / tests / pools / abstract-pool.test.mjs
index 8cbbc0a5dc59e522f3328271dbfd8cd812586388..8cae47d6bdca9f2289a9844c655d602a670e4dd6 100644 (file)
@@ -819,8 +819,8 @@ describe('Abstract pool test suite', () => {
         type: WorkerTypes.cluster,
         dynamic: false,
         ready: true,
-        backPressure: false,
-        stealing: false
+        stealing: false,
+        backPressure: false
       })
     }
     await pool.destroy()
@@ -836,8 +836,8 @@ describe('Abstract pool test suite', () => {
         type: WorkerTypes.thread,
         dynamic: false,
         ready: true,
-        backPressure: false,
-        stealing: false
+        stealing: false,
+        backPressure: false
       })
     }
     await pool.destroy()