File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/boot/test/bootstrapTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';
6
6
7
7
import type { TestFn } from 'ava' ;
8
8
9
- import type { CoreEvalProposalSDKType } from '@agoric/cosmic-proto/agoric/swingset/swingset.js' ;
10
9
import { TimeMath } from '@agoric/time' ;
11
10
import {
12
11
type LiquidationTestContext ,
13
12
makeLiquidationTestContext ,
14
13
} from '../../tools/liquidation.js' ;
14
+ import { makeProposalExtractor } from '../../tools/supports.js' ;
15
15
16
16
const test = anyTest as TestFn <
17
17
LiquidationTestContext & {
18
18
getCollateralProposal : (
19
19
name : string ,
20
20
id : string ,
21
- ) => Pick < CoreEvalProposalSDKType , 'evals' > ;
21
+ ) => Awaited < ReturnType < ReturnType < typeof makeProposalExtractor > > > ;
22
22
getNumAuctionBooks : ( ) => number ;
23
23
}
24
24
> ;
You can’t perform that action at this time.
0 commit comments