Skip to content

Commit

Permalink
chore: include ForwardInfoShape in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Nov 27, 2024
1 parent ae3b4b7 commit ab62bd1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/builders/test/snapshots/orchestration-imports.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,46 @@ Generated by [AVA](https://avajs.dev).
DenomShape: Object @match:string {
payload: [],
},
ForwardInfoShape: {
forward: Object @match:splitRecord {
payload: [
{
channel: Object @match:string {
payload: [],
},
port: 'transfer',
receiver: Object @match:string {
payload: [],
},
retries: Object @match:kind {
payload: 'number',
},
timeout: Object @match:string {
payload: [],
},
},
{
next: {
forward: {
channel: Object @match:string {
payload: [],
},
port: 'transfer',
receiver: Object @match:string {
payload: [],
},
retries: Object @match:kind {
payload: 'number',
},
timeout: Object @match:string {
payload: [],
},
},
},
},
],
},
},
IBCChannelIDShape: Object @match:string {
payload: [],
},
Expand Down
Binary file modified packages/builders/test/snapshots/orchestration-imports.test.js.snap
Binary file not shown.
1 change: 1 addition & 0 deletions packages/orchestration/test/snapshots/exports.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Generated by [AVA](https://avajs.dev).
'DenomDetailShape',
'DenomInfoShape',
'DenomShape',
'ForwardInfoShape',
'IBCChannelIDShape',
'IBCChannelInfoShape',
'IBCConnectionIDShape',
Expand Down
Binary file modified packages/orchestration/test/snapshots/exports.test.ts.snap
Binary file not shown.

0 comments on commit ab62bd1

Please sign in to comment.