Skip to content

Commit

Permalink
fix(test): Correct fillV3Relay relayExecutionInfo fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Feb 23, 2024
1 parent 9d5046a commit c5e5e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ export async function fillV3Relay(
relayer: args.relayer,
repaymentChainId: Number(args.repaymentChainId),
relayExecutionInfo: {
updatedRecipient: args.relayExecutionInfo.recipient,
updatedMessage: args.relayExecutionInfo.message,
updatedOutputAmount: args.relayExecutionInfo.outputAmount,
updatedRecipient: args.relayExecutionInfo.updatedRecipient,
updatedMessage: args.relayExecutionInfo.updatedMessage,
updatedOutputAmount: args.relayExecutionInfo.updatedOutputAmount,
fillType: args.relayExecutionInfo.fillType,
},
blockNumber,
Expand Down

0 comments on commit c5e5e8b

Please sign in to comment.