From bb44e47bcf03d771be75a002a1046c646fe0ea54 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Thu, 24 Oct 2024 17:36:20 -0500 Subject: [PATCH] fixup! test(boot): thread run policy thru to controller --- packages/boot/test/bootstrapTests/walletFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/boot/test/bootstrapTests/walletFactory.ts b/packages/boot/test/bootstrapTests/walletFactory.ts index 1c86253102cb..ce964047233d 100644 --- a/packages/boot/test/bootstrapTests/walletFactory.ts +++ b/packages/boot/test/bootstrapTests/walletFactory.ts @@ -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,