diff --git a/contract/test/market-actors.js b/contract/test/market-actors.js index a59f2354..c9188ab6 100644 --- a/contract/test/market-actors.js +++ b/contract/test/market-actors.js @@ -70,6 +70,10 @@ export const payerPete = async ( }; /** + * Rose expects to receive `shared.toSend` amounts. + * She expects initial balances to be empty; + * and relies on `wellKnown.assetKind` to make an empty amount from a brand. + * * @param {import('ava').ExecutionContext} t * @param {{ wallet: import('./wallet-tools.js').MockWallet, }} mine * @param {{ toSend: AmountKeywordRecord }} shared @@ -107,6 +111,9 @@ export const receiverRose = async (t, { wallet }, { toSend }) => { }; /** + * Rex expects to receive `shared.toSend` amounts. + * Rex doesn't check his initial balances + * * @param {import('ava').ExecutionContext} t * @param {{ wallet: import('./wallet-tools.js').MockWallet, }} mine * @param {{ toSend: AmountKeywordRecord }} shared