test: remove commented out code
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 24 May 2024 20:07:56 +0000 (22:07 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 24 May 2024 20:07:56 +0000 (22:07 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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)
     }