Skip to content

Commit 4825c20

Browse files
committed
fixup! chore(types): BridgeMessage and CoreEvalAction
1 parent f80a82f commit 4825c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/boot/test/bootstrapTests/addAssets.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';
66

77
import type { TestFn } from 'ava';
88

9-
import type { CoreEvalProposalSDKType } from '@agoric/cosmic-proto/agoric/swingset/swingset.js';
109
import { TimeMath } from '@agoric/time';
1110
import {
1211
type LiquidationTestContext,
1312
makeLiquidationTestContext,
1413
} from '../../tools/liquidation.js';
14+
import { makeProposalExtractor } from '../../tools/supports.js';
1515

1616
const test = anyTest as TestFn<
1717
LiquidationTestContext & {
1818
getCollateralProposal: (
1919
name: string,
2020
id: string,
21-
) => Pick<CoreEvalProposalSDKType, 'evals'>;
21+
) => Awaited<ReturnType<ReturnType<typeof makeProposalExtractor>>>;
2222
getNumAuctionBooks: () => number;
2323
}
2424
>;

0 commit comments

Comments
 (0)