From: Jérôme Benoit Date: Mon, 29 Apr 2024 18:46:28 +0000 (+0200) Subject: test: cleanup test name X-Git-Tag: v4.0.0~1^2~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aa78531aff3eaf9ba23b1c11c8ec935ad20ad850;p=poolifier.git test: cleanup test name Signed-off-by: Jérôme Benoit --- diff --git a/tests/pools/selection-strategies/selection-strategies.test.mjs b/tests/pools/selection-strategies/selection-strategies.test.mjs index 0e7f19fb..345c2af8 100644 --- a/tests/pools/selection-strategies/selection-strategies.test.mjs +++ b/tests/pools/selection-strategies/selection-strategies.test.mjs @@ -2079,7 +2079,7 @@ describe('Selection strategies test suite', () => { await pool.destroy() }) - it("Verify INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy internals aren't resets after setting it", async () => { + it("Verify INTERLEAVED_WEIGHTED_ROUND_ROBIN strategy internals aren't reset after setting it", async () => { const workerChoiceStrategy = WorkerChoiceStrategies.INTERLEAVED_WEIGHTED_ROUND_ROBIN let pool = new FixedThreadPool(