Skip to content

Commit

Permalink
fix: adapt to #2207
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 19, 2021
1 parent c7fbe33 commit 5c2e65d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/dapp-svelte-wallet/api/test/test-lib-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,13 @@ test('lib-wallet dapp suggests issuer, instance, installation petnames', async t
value: [
{
description: 'getRefund',
handle: inviteHandle2,
instance,

// See https://github.com/Agoric/agoric-sdk/issues/2207
// handle: inviteHandle2,
// instance,
handle: {},
instance: {},

installation: {},
},
],
Expand Down

0 comments on commit 5c2e65d

Please sign in to comment.