From: Jérôme Benoit Date: Fri, 24 May 2024 20:07:56 +0000 (+0200) Subject: test: remove commented out code X-Git-Tag: v4.0.12~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8b3938e59daae984b1b22e4694683078b7098f54;hp=0cd1f28c613a876bfedd3b70b987e37f91888ed0;p=poolifier.git test: remove commented out code Signed-off-by: Jérôme Benoit --- diff --git a/tests/pools/utils.test.mjs b/tests/pools/utils.test.mjs index 85a00fba..f29515d5 100644 --- a/tests/pools/utils.test.mjs +++ b/tests/pools/utils.test.mjs @@ -36,7 +36,6 @@ describe('Pool utils test suite', () => { }) it('Verify updateMeasurementStatistics() behavior', () => { - // const circularBuffer = new CircularBuffer(MeasurementHistorySize) const measurementStatistics = { history: new CircularBuffer(MeasurementHistorySize) }