Skip to content

Commit

Permalink
test(market-actors): postpone snapshot for more E2E testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 11, 2024
1 parent adb84f8 commit 3c29089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/test/market-actors.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const payerPete = async (t, { wallet }, { rxAddr, toSend }) => {
},
proposal: { give: toSend },
};
t.snapshot(sendOffer, 'client sends offer');
const updates = await E(wallet.offers).executeOffer(sendOffer);

const seat = seatLike(updates);
Expand All @@ -65,6 +64,7 @@ export const payerPete = async (t, { wallet }, { rxAddr, toSend }) => {
t.log('Pete payout should be empty', kwd, amt);
t.deepEqual(amt, AmountMath.makeEmpty(brand, kind));
}
t.snapshot(sendOffer, 'client sends offer');
};

const trackDeposits = async (t, initial, purseUpdates, toSend) =>
Expand Down

0 comments on commit 3c29089

Please sign in to comment.