From 291f9146e8ec63863c54d8694896774848377a37 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Tue, 21 Sep 2021 10:15:46 -0500 Subject: [PATCH] test: update swing store hashes for updated xsnap console --- packages/SwingSet/test/test-xsnap-store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SwingSet/test/test-xsnap-store.js b/packages/SwingSet/test/test-xsnap-store.js index aa051f35fc63..f93d4258b5a1 100644 --- a/packages/SwingSet/test/test-xsnap-store.js +++ b/packages/SwingSet/test/test-xsnap-store.js @@ -167,7 +167,7 @@ test('XS + SES snapshots are deterministic', async t => { const h2 = await store.save(vat.snapshot); t.is( h2, - '93dd13f6c97a2a11f2d6fd88aa2a64f800ef6c4224b6417fbe28f593418cf225', + '65ea7b911c33070ffcb52813f118874157cbec79f002e077fdfe4f005f109074', 'after SES boot', ); @@ -175,7 +175,7 @@ test('XS + SES snapshots are deterministic', async t => { const h3 = await store.save(vat.snapshot); t.is( h3, - 'e8e4864ee6a9f4855c93e840028facc6ece988d83a6baafed2d0aafc37dfae76', + '215f4c4263d6662bfb967ac912b96cc7c01069b7534c8d222a7d551de9233d73', 'after use of harden()', ); });