build(deps-dev): bump @rollup/plugin-typescript
[poolifier.git] / tests / pools / cluster / fixed.test.mjs
index 7d829f32858e548e30d0325266adc0bdf637b13e..4471f51309c39cdb056203aa97d0c03205bb9043 100644 (file)
@@ -318,7 +318,7 @@ describe('Fixed cluster pool test suite', () => {
     await pool.destroy()
   })
 
-  it('Verify that a pool with zero worker fails', async () => {
+  it('Verify that a pool with zero worker fails', () => {
     expect(
       () =>
         new FixedClusterPool(0, './tests/worker-files/cluster/testWorker.js')