X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Futils.test.mjs;h=f29515d516bf4fc8250083afda6795af6aa3ac0f;hb=937d524da3a5cce4795b85ddd1c430f0d184f731;hp=85a00fba2471b151add354c0a954a61a7f0208f4;hpb=0cd1f28c613a876bfedd3b70b987e37f91888ed0;p=poolifier.git 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) }