Skip to content

Commit

Permalink
chore: revert one incorrect (but illuminating) switch of deepEqual
Browse files Browse the repository at this point in the history
switched from deepEqual() to assertAmountsEqual() on a non-amount.
  • Loading branch information
Chris-Hibbert committed Feb 17, 2021
1 parent 639537f commit 8b63cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/test/unitTests/zcf/test-zcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ test(`zcf.makeInvitation - no customProperties`, async t => {
// https://github.com/Agoric/agoric-sdk/issues/1705
// @ts-ignore
const details = await E(zoe).getInvitationDetails(invitationP);
assertAmountsEqual(t, details, {
t.deepEqual(details, {
description: 'myInvitation',
handle: details.handle,
installation,
Expand Down

0 comments on commit 8b63cac

Please sign in to comment.