Skip to content

Commit a705b1b

Browse files
committed
test fix
1 parent b243d8b commit a705b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analyzer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('Analyzer', function () {
136136
const chartData = await getChartData();
137137
const invalidChunk = _.find(chartData, {label: 'invalid-chunk.js'});
138138
expect(invalidChunk).to.exist;
139-
expect(invalidChunk.statSize).to.equal(586);
139+
expect(invalidChunk.statSize).to.equal(568);
140140
forEachChartItem([invalidChunk], item => {
141141
expect(typeof item.statSize).to.equal('number');
142142
expect(item.parsedSize).to.be.undefined;

0 commit comments

Comments
 (0)