From: Jérôme Benoit Date: Mon, 2 Oct 2023 14:55:51 +0000 (+0200) Subject: test: remove unneeded async X-Git-Tag: v2.7.5~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fe291b645cd1367da243a75fb5a720ea701899fe;hp=c1a37d9809b0a6563a07795b182df7b0ee6da959;p=poolifier.git test: remove unneeded async Signed-off-by: Jérôme Benoit --- diff --git a/tests/pools/abstract-pool.test.mjs b/tests/pools/abstract-pool.test.mjs index b6dbba29..041c62a2 100644 --- a/tests/pools/abstract-pool.test.mjs +++ b/tests/pools/abstract-pool.test.mjs @@ -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(