From: Jérôme Benoit Date: Sun, 8 Oct 2023 16:13:41 +0000 (+0200) Subject: test: add missing pool destroy() X-Git-Tag: v3.0.1~24 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=cda9ba3431c2f92c9d22112813c112eee451ec59;p=poolifier.git test: add missing pool destroy() Signed-off-by: Jérôme Benoit --- diff --git a/tests/pools/abstract-pool.test.mjs b/tests/pools/abstract-pool.test.mjs index 8c0319e7..c42dbc94 100644 --- a/tests/pools/abstract-pool.test.mjs +++ b/tests/pools/abstract-pool.test.mjs @@ -1471,6 +1471,7 @@ describe('Abstract pool test suite', () => { 'jsonIntegerSerialization', 'factorial' ]) + await dynamicThreadPool.destroy() }) it('Verify that multiple task functions worker is working', async () => {