Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Dec 7, 2024
1 parent 23c6e0c commit 6860bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe("useOneClickTradingParams", () => {
...defaultOneClickTradingInfo,
networkFeeLimit: "200000",
humanizedSessionPeriod:
"12hours" as OneClickTradingHumanizedSessionPeriod,
"1hour" as OneClickTradingHumanizedSessionPeriod,
};

const { result } = renderHook(() =>
Expand Down

0 comments on commit 6860bb7

Please sign in to comment.