Skip to content

Commit

Permalink
Update EvaluatorMDMTests.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nardnana28 committed May 9, 2024
1 parent abae335 commit bb83de1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ object EvaluatorMDMTests extends MorphirBaseSpec {
suite("Decimal Tests")(
suite("conversion")(
testEvaluation("fromFloat")("decimalTests", "decimalFromFloatTest")(Data.Decimal(1.2)),
testEval("fromFloat")("decimalTests", "decimalFromFloatTest1", 1.2)(Data.Decimal(1.2)),
testEval("fromInt")("decimalTests", "decimalFromInt", 634)(Data.Decimal(634)),
testEval("fromString good")("decimalTests", "decimalFromString", "523")(
Data.Optional.Some(Data.Decimal(523))
Expand Down

0 comments on commit bb83de1

Please sign in to comment.