Skip to content

Commit

Permalink
fix[test]: update to address in wallet snapshot (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov authored Nov 27, 2023
1 parent db595d9 commit 17f1afa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/__snapshots__/wallet.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`wallet should deploy 1`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQCCQ_emXxxG4JRVtkoshhR_0tMhyGXgJGWc0xNMirLkn3jm",
"to": "kQCjmMHzL6dRv6HCrACYpCe1qJbXqGp_P1ObgRO1orr1RW5j",
"type": "internal",
"value": 10000000000n,
},
Expand All @@ -41,7 +41,7 @@ exports[`wallet should deploy 1`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQCCQ_emXxxG4JRVtkoshhR_0tMhyGXgJGWc0xNMirLkn3jm",
"to": "kQCjmMHzL6dRv6HCrACYpCe1qJbXqGp_P1ObgRO1orr1RW5j",
"type": "internal",
"value": 1000000000n,
},
Expand All @@ -58,7 +58,7 @@ exports[`wallet should deploy 1`] = `
"type": "empty",
},
"bounce": true,
"from": "kQCCQ_emXxxG4JRVtkoshhR_0tMhyGXgJGWc0xNMirLkn3jm",
"from": "kQCjmMHzL6dRv6HCrACYpCe1qJbXqGp_P1ObgRO1orr1RW5j",
"to": "@treasure(treasure)",
"type": "internal",
"value": 10000000000n,
Expand All @@ -84,7 +84,7 @@ exports[`wallet should deploy 2`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQCCQ_emXxxG4JRVtkoshhR_0tMhyGXgJGWc0xNMirLkn3jm",
"to": "kQCjmMHzL6dRv6HCrACYpCe1qJbXqGp_P1ObgRO1orr1RW5j",
"type": "internal",
"value": 1000000000n,
},
Expand All @@ -111,7 +111,7 @@ exports[`wallet should deploy 3`] = `
},
"bounce": true,
"from": "@treasure(treasure)",
"to": "kQCCQ_emXxxG4JRVtkoshhR_0tMhyGXgJGWc0xNMirLkn3jm",
"to": "kQCjmMHzL6dRv6HCrACYpCe1qJbXqGp_P1ObgRO1orr1RW5j",
"type": "internal",
"value": 1000000000n,
},
Expand Down

0 comments on commit 17f1afa

Please sign in to comment.