Skip to content

Commit

Permalink
test(wallet): blindly edit test to pass. BAD!
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 12, 2024
1 parent be38683 commit 953cc82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/wallet/api/test/test-lib-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,9 @@ test('lib-wallet offer methods', async t => {
description: 'getRefund',
handle: {
kind: 'unnamed',
petname: 'unnamed-7',
// TODO Why did this change from 'unnamed-7'?
// Is 'unnamed-6' symptomatic of a bug?
petname: 'unnamed-6',
},
installation: {
kind: 'unnamed',
Expand All @@ -914,7 +916,9 @@ test('lib-wallet offer methods', async t => {
},
inviteHandleBoardId: 'board0257',
meta: {
id: 9,
// TODO Why did this change from 9?
// Is 8 symptomatic of a bug?
id: 8,
},
proposalTemplate: {
give: { Contribution: { pursePetname: 'Fun budget', value: 1 } },
Expand Down

0 comments on commit 953cc82

Please sign in to comment.