Skip to content

Commit

Permalink
fixup! test: demo SWINGSET_WORKER_TYPE, computron count
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Nov 27, 2024
1 parent 234a073 commit 86a4d1e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/boot/test/bootstrapTests/orchestration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ import {
makeWalletFactoryContext,
type WalletFactoryTestContext,
} from './walletFactory.js';
import { insistManagerType, makePolicyProvider } from '../../tools/supports.js';
import {
insistManagerType,
makeRunPolicyProvider,
} from '../../tools/supports.js';

const test: TestFn<
WalletFactoryTestContext & {
perfTool?: ReturnType<typeof makePolicyProvider>;
perfTool?: ReturnType<typeof makeRunPolicyProvider>;
}
> = anyTest;

Expand All @@ -35,7 +38,7 @@ const {
test.before(async t => {
insistManagerType(defaultManagerType);
const perfTool =
defaultManagerType === 'xsnap' ? makePolicyProvider() : undefined;
defaultManagerType === 'xsnap' ? makeRunPolicyProvider() : undefined;
const ctx = await makeWalletFactoryContext(
t,
'@agoric/vm-config/decentral-itest-orchestration-config.json',
Expand Down

0 comments on commit 86a4d1e

Please sign in to comment.