From a705b1bf02e00db71c88d1d7c5e8fd8d17ac5408 Mon Sep 17 00:00:00 2001 From: Dean Shub Date: Sun, 11 Apr 2021 14:42:14 +0300 Subject: [PATCH] test fix --- test/analyzer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/analyzer.js b/test/analyzer.js index d8794543..b15e2c05 100644 --- a/test/analyzer.js +++ b/test/analyzer.js @@ -136,7 +136,7 @@ describe('Analyzer', function () { const chartData = await getChartData(); const invalidChunk = _.find(chartData, {label: 'invalid-chunk.js'}); expect(invalidChunk).to.exist; - expect(invalidChunk.statSize).to.equal(586); + expect(invalidChunk.statSize).to.equal(568); forEachChartItem([invalidChunk], item => { expect(typeof item.statSize).to.equal('number'); expect(item.parsedSize).to.be.undefined;