test: remove unneeded async
[poolifier.git] / tests / pools / abstract-pool.test.mjs
index b6dbba29c7a2e451cfc24383204e3fed5bdaba78..041c62a2b1277c179d689dbe182d6b382fc55cef 100644 (file)
@@ -297,7 +297,7 @@ describe('Abstract pool test suite', () => {
     await pool.destroy()
   })
 
-  it('Verify that pool options are validated', async () => {
+  it('Verify that pool options are validated', () => {
     expect(
       () =>
         new FixedThreadPool(