Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 23, 2023
1 parent 3a8bd53 commit 5eb76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/transactionRouter/reserveTransfer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("ReserveTransfer unit tests", () => {
expect(
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
ReserveTransfer.getReserveTransferBeneficiary(receiver),
ReserveTransfer.getReserveTransferBeneficiary(receiverAccId32),
).toStrictEqual({
V2: {
parents: 0,
Expand Down

0 comments on commit 5eb76ba

Please sign in to comment.