Skip to content

Commit

Permalink
fix: demonstrate how to get deep await stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 8, 2022
1 parent 5ac65ec commit 3bd815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/test/zoeTestHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const assertPayoutAmount = async (
label = '',
) => {
const amount = await E(issuer).getAmountOf(payout);
assertAmountsEqual(t, amount, expectedAmount, label);
await assertAmountsEqual(t, amount, expectedAmount, label);
};

// Returns a promise that can be awaited in tests to ensure the check completes.
Expand Down

0 comments on commit 3bd815d

Please sign in to comment.