From 8b3938e59daae984b1b22e4694683078b7098f54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 24 May 2024 22:07:56 +0200 Subject: [PATCH] test: remove commented out code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tests/pools/utils.test.mjs | 1 - 1 file changed, 1 deletion(-) 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) } -- 2.34.1