Skip to content

Commit

Permalink
fixup! test(boot): thread run policy thru to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Oct 24, 2024
1 parent d9f87c7 commit bb44e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/boot/test/bootstrapTests/walletFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { makeWalletFactoryDriver } from '../../tools/drivers.js';
export const makeWalletFactoryContext = async (
t,
configSpecifier = '@agoric/vm-config/decentral-main-vaults-config.json',
opts,
opts = {},
) => {
const swingsetTestKit = await makeSwingsetTestKit(t.log, undefined, {
configSpecifier,
Expand Down

0 comments on commit bb44e47

Please sign in to comment.