Skip to content

Commit

Permalink
fix: combined payments tests
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Oct 3, 2024
1 parent 5c7ae34 commit 2fc367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/tests/outgoingPayment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export async function createOutgoingPaymentWithReceiver(
walletAddressId: args.sendingWalletAddress.id,
method: args.method,
receiver: receiver.incomingPayment!.id!,
tenantId: args.sendingWalletAddress.tenantId,
tenantId: args.receivingWalletAddress.tenantId,
...args.quoteOptions
})

Expand Down

0 comments on commit 2fc367b

Please sign in to comment.