Skip to content

Commit 428960d

Browse files
Joshua LamkeJoshua Lamke
authored andcommitted
restore unit test
1 parent f768f80 commit 428960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/utils/compression.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('utils/compression.js', () => {
2424
// console.log('decompressed: ', decompressed);
2525

2626
expect(event.length).to.equal(3317);
27-
expect(compressed.length).to.equal(756);
27+
expect(compressed.length).to.equal(760);
2828
expect(decompressed).to.deep.equal(event);
2929
});
3030

0 commit comments

Comments
 (0)