Skip to content

Commit

Permalink
Update DecimalTests.elm
Browse files Browse the repository at this point in the history
  • Loading branch information
nardnana28 committed May 9, 2024
1 parent bb83de1 commit cd90366
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ decimalFromFloatTest : TestContext -> Decimal
decimalFromFloatTest ctx =
test ctx
(fromFloat 1.2)

{-| Test: Decimal/fromFloat
expected = 1.2
-}
decimalFromFloatTest1 : TestContext -> Decimal
decimalFromFloatTest1 ctx =
test ctx
(Decimal.fromFloat 1.2)


-- {-| Test: Decimal/toFloat
-- expected = 1.5
Expand Down

0 comments on commit cd90366

Please sign in to comment.