Skip to content

Commit

Permalink
test: expect incarnation 2; update bundles and proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Dec 2, 2023
1 parent 4e615ee commit 6ce1c1b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion proposals/a:wallet-factory1/post.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { getIncarnation } from '../../upgrade-test-scripts/lib/vat-status.js';
test(`Smart Wallet vat was upgraded`, async t => {
const incarnation = await getIncarnation('walletFactory');

t.is(incarnation, 1);
t.is(incarnation, 2);
});

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// This is generated by writeCoreProposal; please edit!
/* eslint-disable */

const manifestBundleRef = {bundleID:"b1-a77023ffff9b689b86f36d9bc65fb5d7f562baa8b08c1d12a9162a5c62d9c342a9b4077bf5c6bf9c522ec78351a90366738b4e7059ace47291b9af013853363f"};
const manifestBundleRef = {bundleID:"b1-d53f9fcd7dd75969c6a759ebe6e75728cf190af2ed56083751e77aff90924790f300e07ff45d74119851758499a30cdbd339f26afd07b5c93b1b6d37a5b82456"};
const getManifestCall = harden([
"getManifestForUpgradeWallet",
{
walletRef: {
bundleID: "b1-45261d23f2348bbb9c70b157a9e0e1f99cf563eeff66ddf60b8db2707efd6314485a70224dbb9f4be622b4faed5493b056a04a05f9f7a1635c6c09e43ec4b355",
bundleID: "b1-020fba54be6526950675cf1c9d5fcf451b30f323c08c38fc9a46454ba3a02134f95dbb9377e4b56956fd60cb7f7f12bf996fe6dc75dc8fe4af895950c1a628c4",
},
},
]);
Expand Down

0 comments on commit 6ce1c1b

Please sign in to comment.