Skip to content

Commit

Permalink
test(vats): supply missing ibc vat root
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc authored and kriskowal committed Jun 22, 2022
1 parent 7b25e64 commit 2e08635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vats/test/test-boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { bridgeCoreEval } from '../src/core/chain-behaviors.js';
import { makePromiseSpace } from '../src/core/utils.js';
import { buildRootObject as bankRoot } from '../src/vat-bank.js';
import { buildRootObject as boardRoot } from '../src/vat-board.js';
import { buildRootObject as ibcRoot } from '../src/vat-ibc.js';
import { buildRootObject as mintsRoot } from '../src/vat-mints.js';
import { buildRootObject as networkRoot } from '../src/vat-network.js';
import { buildRootObject as priceAuthorityRoot } from '../src/vat-priceAuthority.js';
Expand All @@ -26,6 +27,7 @@ import { devices } from './devices.js';
const vatRoots = {
bank: bankRoot,
board: boardRoot,
ibc: ibcRoot,
mints: mintsRoot,
network: networkRoot,
priceAuthority: priceAuthorityRoot,
Expand Down

0 comments on commit 2e08635

Please sign in to comment.