Skip to content

Commit

Permalink
test: update size for XS snapshots
Browse files Browse the repository at this point in the history
XS changes thru Feb 11 61c464c98ecc
  • Loading branch information
dckc committed Feb 16, 2021
1 parent 17e14e7 commit b6f5f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/test/workers/test-snapstore.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test('bootstrap, save, compress', async t => {
const Kb = fn => Math.round(fs.statSync(fn).size / 1024);

const snapSize = {
raw: 1096,
raw: 1114,
compressed: 195,
};

Expand Down

0 comments on commit b6f5f29

Please sign in to comment.