From bd937b0bc29c52c8223d39730a225e80e5f5fea7 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 aa051f35fc6..1df4ae261d4 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', + '3659d88bd99032afa15dbe5f938182dffa63abad2cfe53df2f81e8646af2d8b3', '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', + 'b938034b72a3bfa68accb802554cd6bc1c08bbcb8fe80573dabec8584b4ddd9c', 'after use of harden()', ); });