Skip to content

Commit

Permalink
fix: repair version shear
Browse files Browse the repository at this point in the history
  • Loading branch information
FUDCo committed Dec 22, 2022
1 parent 4a51213 commit f2643e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/SwingSet/test/upgrade/test-upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ const testNullUpgrade = async (t, defaultManagerType) => {
},
};

const hostStorage = provideHostStorage();
const { kernelStorage } = initSwingStore();
const { initOpts, runtimeOpts } = bundleOpts(t.context.data);
await initializeSwingset(config, [], hostStorage, initOpts);
const c = await makeSwingsetController(hostStorage, {}, runtimeOpts);
await initializeSwingset(config, [], kernelStorage, initOpts);
const c = await makeSwingsetController(kernelStorage, {}, runtimeOpts);
t.teardown(c.shutdown);
c.pinVatRoot('bootstrap');
await c.run();
Expand Down

0 comments on commit f2643e2

Please sign in to comment.