Skip to content

Commit edd3339

Browse files
committed
update snapshot
Signed-off-by: Alex Matson <[email protected]>
1 parent 32bb2c3 commit edd3339

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/wallet-integration-guide/examples/__snapshots__/snippets.test.ts.snap

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`testing doc snippets allocate-party.ts 1`] = `
4-
{
5-
"partyId": "my-wallet-1::122078180903ec6fe58fe30bec7380b351fde137d86eeaea837f6d379a86a8039885",
6-
}
7-
`;
3+
exports[`testing doc snippets allocate-party.ts 1`] = `"my-wallet-1::122078180903ec6fe58fe30bec7380b351fde137d86eeaea837f6d379a86a8039885"`;
84

95
exports[`testing doc snippets change-party-and-synchronizer.ts 1`] = `undefined`;
106

docs/wallet-integration-guide/examples/snippets/allocate-party.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export default async function () {
2828
partyHint
2929
)
3030

31-
return party
31+
return party?.partyId
3232
}

0 commit comments

Comments
 (0)