Skip to content

Commit

Permalink
test: update swing store hashes for updated xsnap console
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 21, 2021
1 parent eb28fbb commit 291f914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/SwingSet/test/test-xsnap-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ test('XS + SES snapshots are deterministic', async t => {
const h2 = await store.save(vat.snapshot);
t.is(
h2,
'93dd13f6c97a2a11f2d6fd88aa2a64f800ef6c4224b6417fbe28f593418cf225',
'65ea7b911c33070ffcb52813f118874157cbec79f002e077fdfe4f005f109074',
'after SES boot',
);

await vat.evaluate('globalThis.x = harden({a: 1})');
const h3 = await store.save(vat.snapshot);
t.is(
h3,
'e8e4864ee6a9f4855c93e840028facc6ece988d83a6baafed2d0aafc37dfae76',
'215f4c4263d6662bfb967ac912b96cc7c01069b7534c8d222a7d551de9233d73',
'after use of harden()',
);
});

0 comments on commit 291f914

Please sign in to comment.