Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Jan 3, 2024
1 parent e7346b6 commit d395fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/contexts/wallet/common/utils_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
(is (= (utils/calc-max-crypto-decimals 0.00323) 2))
(is (= (utils/calc-max-crypto-decimals 0.00123) 3))
(is (= (utils/calc-max-crypto-decimals 0.00000423) 5))
(is (= (utils/calc-max-crypto-decimals 1.23e-6) 6))
(is (= (utils/calc-max-crypto-decimals 1.13e-6) 7))))
(is (= (utils/calc-max-crypto-decimals 2.23e-6) 5))
(is (= (utils/calc-max-crypto-decimals 1.13e-6) 6))))

0 comments on commit d395fe2

Please sign in to comment.