Skip to content

Commit

Permalink
fix: fix bug #1491, bogus hostStorage setup in test
Browse files Browse the repository at this point in the history
  • Loading branch information
FUDCo committed Sep 3, 2020
1 parent a21832a commit eb30411
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/SwingSet/test/vat-admin/test-innerVat.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import '@agoric/install-metering-and-ses';
import path from 'path';
import test from 'ava';
import { initSwingStore } from '@agoric/swing-store-simple';
import bundleSource from '@agoric/bundle-source';
import { buildVatController, loadBasedir } from '../../src';

Expand All @@ -11,7 +10,6 @@ function nonBundleFunction(_E) {

async function doTestSetup(mode) {
const config = await loadBasedir(__dirname);
config.hostStorage = initSwingStore().storage;
const newVatBundle = await bundleSource(path.join(__dirname, 'new-vat.js'));
const brokenVatBundle = await bundleSource(
path.join(__dirname, 'broken-vat.js'),
Expand Down

0 comments on commit eb30411

Please sign in to comment.