Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Oct 21, 2024
1 parent 8c2af04 commit 4c8c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/universal-swap/tests/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ describe("test universal swap handler functions", () => {
}
});

const minimumReceive = await universalSwap.caculateMinimumReceive();
const minimumReceive = await universalSwap.calculateMinimumReceive();
expect(minimumReceive).toEqual(expectResult);
}
);
Expand Down

0 comments on commit 4c8c953

Please sign in to comment.