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 b641d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/SwingSet/test/workers/test-snapstore.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ test('bootstrap, save, compress', async t => {
const Kb = fn => Math.round(fs.statSync(fn).size / 1024);

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

const h = await store.save(async snapFile => {
Expand Down

0 comments on commit b641d27

Please sign in to comment.