refactor: refine priority queue bucket size validation
[poolifier.git] / tests / pools / utils.test.mjs
index 85a00fba2471b151add354c0a954a61a7f0208f4..f29515d516bf4fc8250083afda6795af6aa3ac0f 100644 (file)
@@ -36,7 +36,6 @@ describe('Pool utils test suite', () => {
   })
 
   it('Verify updateMeasurementStatistics() behavior', () => {
-    // const circularBuffer = new CircularBuffer(MeasurementHistorySize)
     const measurementStatistics = {
       history: new CircularBuffer(MeasurementHistorySize)
     }